f***@telia.no
2016-10-02 19:51:15 UTC
Dear all,
I use liquibase yaml format for initiating the database of my spring boot project.
But I experienced a parsing error for giving paramters to changelog yaml file:
e.g., I give a parameter read from spring context and pass it to the changelog.
âŠ
tableName: ${DataTableName}
âŠ
my question is what is the correct format for the paramters?
I tried several different formats. Like [â%name%â], but the parsing error still exists.
Mvh Fenglin
I use liquibase yaml format for initiating the database of my spring boot project.
But I experienced a parsing error for giving paramters to changelog yaml file:
e.g., I give a parameter read from spring context and pass it to the changelog.
âŠ
tableName: ${DataTableName}
âŠ
my question is what is the correct format for the paramters?
I tried several different formats. Like [â%name%â], but the parsing error still exists.
Mvh Fenglin