Tag: spring
-
Active spring profile for testing in VSCode
When you need to set active spring profile for testing in VSCode just add the following lines: to .vscode/settings.json file. In that way your Spring will take config from src/test/resources/application-text.yml file.