@TestPropertySource Annotation Example
When we do integration testing of our Spring Boot application, we sometimes need to make it load an alternative configuration. For example, we might need to run and test our application on a different port number, make it connect to a database as a different user or even make it connect to a different database.…
Read More @TestPropertySource Annotation Example