keycloak-scim/quarkus
2020-05-13 09:02:29 -03:00
..
extensions KEYCLOAK-12414 Remove the need to specify defaults in config file 2020-05-13 09:02:29 -03:00
server KEYCLOAK-12414 Remove the need to specify defaults in config file 2020-05-13 09:02:29 -03:00
pom.xml [KEYCLOAK-11719] - Remove need for servlets/undertow from Quarkus dist 2020-05-13 09:28:58 +02: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