Discussion:
[Yaml-core] spring boot liquibase changelog yams file parsing error
f***@telia.no
2016-10-02 19:51:15 UTC
Permalink
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

Loading...