Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.13 KB

File metadata and controls

31 lines (20 loc) · 1.13 KB

{{ template:logo }}

{{ template:title }}

{{ template:badges }}

Tech Stack tech-stack tech-stack tech-stack 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

Accompanying Blog Post

The blog post accompanying this repository is available here

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