Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 289 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 289 Bytes

keycloak-quarkus-debug

  • import pom.xml as Maven project
  • find KeycloakMain class and set a breakpoint
  • run docker-compose up - imports realm-config/local and starts KC in debug mode.
  • in IDEA create Remote JVD debug on 5005 port and start debugging