Expose actuator endpoints for flyway and liquibase
Update the samples to expose the relevant actuator endpoint. Closes gh-3935pull/3636/merge
parent
2a779db74d
commit
591f016e90
@ -0,0 +1,6 @@
|
||||
== Spring Boot Flyway Sample
|
||||
|
||||
This sample demonstrates the flyway auto-configuration support.
|
||||
|
||||
You can look at the `/flyway` endpoint to review the list of scripts executed.
|
||||
E.g: http//localhost:8080/flyway
|
@ -0,0 +1,6 @@
|
||||
== Spring Boot Liquibase Sample
|
||||
|
||||
This sample demonstrates the liquibase auto-configuration support.
|
||||
|
||||
You can look at the `/liquibase` endpoint to review the list of scripts executed.
|
||||
E.g: http//localhost:8080/liquibase
|
Loading…
Reference in New Issue