Demo project for Spring Boot API and Keyclock SSO integration
dev and prod configurations assume this instance is available on the localhost. Without a database builds will not be stored.
git clone git@github.com/mmousa8189/keycloak-springboot-api.git
./mvnw dependency:copy-dependencies
./mvnw clean
./mvnw clean spring-boot:rundocker build -t keycloak-springboot-api:latest .docker run -p 4001:4001 keycloak-springboot-api