Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 444 Bytes

readme.md

File metadata and controls

executable file
·
21 lines (13 loc) · 444 Bytes

Keycloak Server in a Spring-Boot App

To start the application you'll need to build the project with:

mvn package

and start the Spring-Boot app:

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

The embedded Keycloak server is now reachable via http://localhost:8080/auth.

By default it will use an in-memory database, but you can specify a postgres database in the keycloak.properties file.