https://github.com/jabrena/spring-boot-integration-testing
https://github.com/jabrena/spring-boot-integration-testing
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabrena/spring-boot-integration-testing
- Owner: jabrena
- License: apache-2.0
- Created: 2025-02-05T14:04:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T16:21:15.000Z (3 months ago)
- Last Synced: 2025-02-05T16:35:15.897Z (3 months ago)
- Language: Java
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot Integration Testing
This repository show the advantages to add integrations tests in favor of Unit tests with Mocks.
## Design

## How to build in local
```bash
sdk env install
./mvnw clean verify
./mvnw dependency:tree
./mvnw clean spring-boot:run
./mvnw clean spring-boot:run -Dspring-boot.run.profiles=ko
curl "http://localhost:8080/gods/greek"./mvnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates
```## References
- https://martinfowler.com/bliki/IntegrationTest.html
- https://plantuml.com/es/
- https://real-world-plantuml.com/