andrew-boutin / spring-rest-hello-world

Restful spring-boot Hello World web service.

Home Page:https://andrewboutin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Restful spring-boot Hello World web service.

https://andrewboutin.com


Languages

Language:Java 95.6%Language:Makefile 4.4%