Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 543 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 543 Bytes

Spring Boot and Keycloak with OIDC

Start Keycloak

Make sure Keycloak is running first

bin/kc.sh start-dev

Start Spring Application

Run SpringBootKeycloakApplication

Or:

mvn clean install
java -jar target/spring-boot-keycloak-0.0.1.jar

Usage


This project may include third-party open-source code, subject to its original licenses. If there is a licensing concern, please open an issue.