You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is working fine.
But, when I used Spring Boot Admin (and so the end point /actuator/liquibase), It is not working ==> No datas.
In my log file, I have:
2019-04-03 17:19:01.002 INFO 6 --- [nio-7911-exec-6] liquibase.executor.jvm.JdbcExecutor : SELECT COUNT(*) FROM portal_partners.DATABASECHANGELOG
==> The endpoint doesn't use the config from the spring.liquibase.*** config.
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Problem with endpoint liquibase and custom config
Liquibase endpoint does not honour custom change log table
Apr 4, 2019
wilkinsona
changed the title
Liquibase endpoint does not honour custom change log table
Liquibase endpoint does not honor custom change log table
Apr 4, 2019
Hello,
I am using Spring Boot 2.1.3.
With this, I have a project where I use Liquibase to build my database.
My config is like this:
It is working fine.
But, when I used Spring Boot Admin (and so the end point /actuator/liquibase), It is not working ==> No datas.
In my log file, I have:
==> The endpoint doesn't use the config from the spring.liquibase.*** config.
The text was updated successfully, but these errors were encountered: