Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.flyway |
Auto-configuration for actuator Flyway concerns.
|
org.springframework.boot.actuate.flyway |
Actuator support for Flyway.
|
Class and Description |
---|
FlywayEndpoint
@Endpoint to expose flyway info. |
Class and Description |
---|
FlywayEndpoint.ApplicationFlywayBeans
Description of an application's
Flyway beans, primarily intended for
serialization to JSON. |
FlywayEndpoint.ContextFlywayBeans
Description of an application context's
Flyway beans, primarily intended
for serialization to JSON. |
FlywayEndpoint.FlywayDescriptor
Description of a
Flyway bean, primarily intended for serialization to JSON. |
FlywayEndpoint.FlywayMigration
Details of a migration performed by Flyway.
|