GitHunt
JA

jabrena/spring-boot-integration-testing

This repository show the advantages to add integrations tests in favor of Unit tests with Mocks.

Be or not to be in a Pyramid of Testing

This repository show the advantages to add integrations tests in favor of Unit tests with Mocks.

Design

How to build in local

# Examples
sdk env install
./mvnw clean verify
./mvnw clean integration-test
./mvnw clean verify surefire-report:report
./mvnw clean verify jacoco:report
jwebserver -p 8000 -d "$(pwd)/target/site/"
./mvnw dependency:tree
./mvnw clean spring-boot:run
./mvnw clean spring-boot:run -Dspring-boot.run.profiles=ok
./mvnw clean spring-boot:run -Dspring-boot.run.profiles=local
curl "http://localhost:8080/gods/greek"

./mvnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates

#Slides
jwebserver -p 8000 -d "$(pwd)/docs/"
open http://localhost:8000/
open http://localhost:8000/?print-pdf

References

Powered by Cursor AI IDE

Languages

Java97.6%Dockerfile2.4%

Contributors

Apache License 2.0
Created February 5, 2025
Updated January 17, 2026