keycloak-scim/quarkus
2020-03-10 15:59:35 +01:00
..
extensions [KEYCLOAK-11345] - Test basic features of Keycloak.X with current tetsuite 2020-03-10 15:59:35 +01:00
server [KEYCLOAK-11345] - Test basic features of Keycloak.X with current tetsuite 2020-03-10 15:59:35 +01:00
pom.xml KEYCLOAK-12689 - (tests) 2020-02-27 09:06:25 +01:00
README.md Updated Quarkus readme to have working instructions from scratch 2019-10-11 16:17:24 +02:00

Keycloak Quarkus Distribution

Keycloak on Quarkus is a work in progress.

Building

mvn -f ../pom.xml clean install -DskipTestsuite -DskipExamples -DskipTests -Pquarkus

Running

java -jar server/target/keycloak-runner.jar

Running in dev mode

cd server
mvn compile quarkus:dev