Git: 2.51+
Spring Boot: 4.0.1
Maven: 3.9+
Java: 25
git clone https://github.com/deepaksorthiya/spring-boot-testing-web-complete
cd spring-boot-testing-web-complete./mvnw clean test./mvnw clean verify./mvnw clean verify -DskipUnitTests=true./mvnw clean verify -DskipITs=true./mvnw clean verify -DskipTestsOR
./mvnw clean verify -Dmaven.test.skip=true./mvnw compiler:testCompile resources:testResources surefire:test./mvnw compiler:testCompile resources:testResources failsafe:integration-testFor further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Boot Actuator
- Spring Web
- Spring Data JPA
- Validation
- Flyway Migration
The following guides illustrate how to use some features concretely: