public class FlywayInitListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationContextInitializedEvent>, org.springframework.core.Ordered
当spring装配好配置后开始初始化
| 构造器和说明 |
|---|
FlywayInitListener() |
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationContextInitializedEvent applicationEnvironmentPreparedEvent)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationContextInitializedEvent>public int getOrder()
getOrder 在接口中 org.springframework.core.OrderedCopyright © 2021. All rights reserved.