You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both in my application.properties and application-test.properties, I add the config spring.application.name=@pom.artifactId@
it works, and the value equals which in pom.xml
However if I add --spring.config.name=application-test in my bootstrap shell, i doesn't work, the value isn't filtered.