Active spring profile for testing in VSCode

When you need to set active spring profile for testing in VSCode just add the following lines:

"java.test.config": {
"vmArgs": ["-Dspring.profiles.active=test"]
},

to .vscode/settings.json file.

In that way your Spring will take config from src/test/resources/application-text.yml file.


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.