Today, the ApplicationPropertiesCustomizer only allows to put properties in ths default /src/main/resources/application.properties (or .yaml).
There should be a way to specify, at least, two dimentions to this subject:
- source set: main (current) or test
- Spring profile: default (current), or another string
I'm working in a solution to that and will send a PR soon.
Today, the ApplicationPropertiesCustomizer only allows to put properties in ths default /src/main/resources/application.properties (or .yaml).
There should be a way to specify, at least, two dimentions to this subject:
I'm working in a solution to that and will send a PR soon.