README.md
May 23, 2021 · View on GitHub
spring-reference-app
➤ Tech Stack

A Spring Boot Rest Reference Implementation. The API is secured using OpenId Client Credentials. KeyCloak is the OpenId Connect Identity Provider used to secured the API
➤ Installing and running this project
Run this Spring Boot Application
The below command will start the application on port 8080
mvn spring-boot:run
The Swagger UI should be accessed at http://localhost:8080/swagger-ui/#/StudentResource
