Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 359 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 359 Bytes

Sample Spring Boot Application

An example Spring Boot application illustrating a simple Microservice providing RESTful endpoints. Illustrates the basics of using:

  • Spring Boot
  • Swagger
  • Lombok

Build and Run Locally (No Cluster)

  1. mvn package spring-boot:run
  2. Example Application Landing Page

Cleanup

  1. mvn clean