suchorski / springboot-keycloak-server

Embeded Keycloak on Spring Boot Server
Apache License 2.0
26 stars 12 forks source link

updated to Spring Boot 3.15 and Keycloak 22.0.5 #7

Closed ebremer closed 10 months ago

ebremer commented 10 months ago

The last issue which prevented it from starting up Keycloak in Config.java was the change of jaxax to jakarta namespace. Changed: "javax.ws.rs.Application" to "jakarta.ws.rs.Application" probably to Application.class.getName() would be better.

suchorski commented 10 months ago

Thanks... :D