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

europeana/keycloak-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.