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
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