https://github.com/eiselems/spring-integration-test-tutorial
Spring Boot Integration Test using TestContainers Tutorial
https://github.com/eiselems/spring-integration-test-tutorial
Last synced: about 1 year ago
JSON representation
Spring Boot Integration Test using TestContainers Tutorial
- Host: GitHub
- URL: https://github.com/eiselems/spring-integration-test-tutorial
- Owner: eiselems
- Created: 2019-05-10T23:43:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T01:09:07.000Z (about 7 years ago)
- Last Synced: 2025-04-12T00:05:11.632Z (about 1 year ago)
- Language: Java
- Homepage: http://localhost:4000/spring-boot-integration-testing-done-right/
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-integration-test-tutorial
This is the code repository for the tutorial at: http://localhost:4000/spring-boot-integration-testing-done-right/
It is a showcase for leveraging the power of Docker, Testcontainers and RestAssured to properly Integration Test a Spring Boot 2 Application.
As an example it is running an IntegrationTest which is bootstrapping a PostgreSQL Docker Container.