REST API template application
This is template project for building REST API application using Java and Spring Boot.
- Java 21
- Apache Maven
- Cloud Native Buildpacks
- Spring Boot Testcontainers support
- Testcontainers Postgres Module Reference Guide
- Spring Configuration Processor
- Spring Web
- Spring Security
- Spring Data JPA
- Spring Boot Actuator
- Docker Compose Support
- Testcontainers
- Install Java 21. We recommend to use sdkman.
- Open a terminal and change directory to the project.
- Run using maven wrapper
./mvnw spring-boot:run
- Verify the application is running by opening a browser or via Postman.
- Go to http://localhost:8080/actuator/health and
response should be
UP.
- Go to http://localhost:8080/actuator/health and
response should be
See LICENSE for more information.