Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 3.7 KB

File metadata and controls

47 lines (31 loc) · 3.7 KB

Logo

spring-reference-app

Build Coverage Quality Gate Status Reliability Rating Security Rating Vulnerabilities

-----------------------------------------------------

➤ 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