Skip to content

Multiple files and properties precedence #88

Open
@kornicameister

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions