Open
Description
Hey,
I cannot figure it out and just wanted to know how precedence works here. Say I have multiple files:
<files>
<file>src/main/resources/application.properties</file>
<file>src/main/resources/${env}.properties</file>
</files>
and I want to use application.properties as sort of default properties and later override the settings.
I though it will work like that but I just learnt that a property can be defined just once and cannot be overridden.
Is that the case?
Metadata
Assignees
Labels
No labels
Activity