@TestPropertySource can be used for both adding properties from a file or adding properties as key-value-pairs. But relative paths for property file locations are treated as relative to the test class package, not the project root, see https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/TestPropertySource.html#locations()
Answer is correct as specified in: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/TestPropertySource.html
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
quakquak3
5 months, 2 weeks agoAzuni
9 months, 3 weeks ago