Spring REST Hello World

This was my first attempt at setting up a Spring REST project.

The Spring Boot application is built with Gradle and deployed with docker-compose. It exposes a very simple REST API endpoint and also has Swagger API documentation in place.

Dependencies

  • docker
  • docker-compose

Run

make

Endpoints

Default greeting:

Named greeting:

Swagger generated documentation:


Check out my personal site!