/java-spring-boot-playground

A playground project where I want to build REST API using Java SE 8.

Primary LanguageJava

java-spring-boot-playground

A playground project where I want to build REST API using Java SE 11 with Spring Boot 2.4.6.

Prerequisites

Start application with

gradle bootRun

Run tests with

gradle test

Swagger UI

After booting the application locally, access the generated Swagger UI endpoint documentation at: http://localhost:8080/swagger-ui.html