Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 207 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 207 Bytes

Spring Boot + Gradle Hello World App

Running app

Navigate to training folder and execute:

gradlew bootRun

Endpoint

When app is running, hit http://localhost:8080/hello to see a greeting!