Spring Boot REST Service

Welcome to my Spring Boot application with Thymeleaf templates and Bootstrap!

Available REST Endpoints

GET /greeting

Returns a default greeting message.

{"id":1,"content":"Hello, World!"} Test Endpoint
GET /greeting?name=Spring

Returns a personalized greeting message.

{"id":2,"content":"Hello, Spring!"} Test Endpoint
GET /api/status

Returns service status information.

{"status":"running","service":"springboot-app"} Test Endpoint

Test the API


Built by Mitchell Munoz with Spring Boot 3.5.5 | Java 17 | Gradle | Thymeleaf | Bootstrap