I’ve written a series of posts on integration testing with Spring on “Everyday Unit Testing”. You can find the following:
- Configurations – How configurations works in Spring (and Spring Boot), not just for integration tests
- Mocking – How to use different configurations for injecting mocks in integration tests
- Testing a REST API – How to use mocking with Spring Boot’s integration test support
Check it out!