justin-tay / keycloak-spring-boot-example

Spring Boot example using Spring Security with Keycloak
Apache License 2.0
4 stars 3 forks source link

Does it include postgreSQL db connection? #1

Open Fabxx opened 1 month ago

justin-tay commented 1 month ago

No this example doesn't configure any persistence to keep it simple. If you need to cluster you will likely need Spring Session and use some of the JDBC implementations of services like JdbcOAuth2AuthorizedClientService.