类 FlywayEndpoint
- java.lang.Object
- org.springframework.boot.actuate.flyway.FlywayEndpoint
@Endpoint(id="flyway") public class FlywayEndpoint extends Object
Endpointto expose flyway info.- 从以下版本开始:
- 2.0.0
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classFlywayEndpoint.ApplicationFlywayBeansDescription of an application'sFlywaybeans, primarily intended for serialization to JSON.static classFlywayEndpoint.ContextFlywayBeansDescription of an application context'sFlywaybeans, primarily intended for serialization to JSON.static classFlywayEndpoint.FlywayDescriptorDescription of aFlywaybean, primarily intended for serialization to JSON.static classFlywayEndpoint.FlywayMigrationDetails of a migration performed by Flyway.
构造器概要
构造器 构造器 说明 FlywayEndpoint(org.springframework.context.ApplicationContext context)
构造器详细资料
FlywayEndpoint
public FlywayEndpoint(org.springframework.context.ApplicationContext context)
方法详细资料
flywayBeans
@ReadOperation public FlywayEndpoint.ApplicationFlywayBeans flywayBeans()