程序包的使用
org.springframework.boot.context.event
程序包
说明
Actuator support for Jetty metrics.
Actuator support for Tomcat metrics.
Spring Boot's auto-configuration capabilities.
Classes related to Spring's
ApplicationContext.External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
ApplicationEvents triggered by
Spring Boot.-
类说明Event published once the application context has been refreshed but before any
applicationandcommand linerunners have been called. -
类说明Event published once the application context has been refreshed but before any
applicationandcommand linerunners have been called. -
-
类说明Event published when a
SpringApplicationis starting up and theEnvironmentis first available for inspection and modification.Base class forApplicationEventrelated to aSpringApplication. -
类说明Event published when a
SpringApplicationis starting up and theEnvironmentis first available for inspection and modification. -