Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 326 Bytes

File metadata and controls

11 lines (6 loc) · 326 Bytes

Authentication with Spring Boot, AngularJS and Keycloak

  • Make sure to start Keycloak before using the application

Run with standalone Tomcat

To run the project with embedded Tomcat by maven:

mvn spring-boot:run

Then navigate to http://localhost:8000 to see the application in action.