public class AbstractApplicationRunListener extends Object implements org.springframework.boot.SpringApplicationRunListener
| 构造器和说明 |
|---|
AbstractApplicationRunListener(org.springframework.boot.SpringApplication sa,
String[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
contextLoaded(org.springframework.context.ConfigurableApplicationContext context) |
void |
contextPrepared(org.springframework.context.ConfigurableApplicationContext context) |
void |
environmentPrepared(org.springframework.core.env.ConfigurableEnvironment environment) |
void |
failed(org.springframework.context.ConfigurableApplicationContext context,
Throwable exception) |
void |
running(org.springframework.context.ConfigurableApplicationContext context) |
void |
started(org.springframework.context.ConfigurableApplicationContext context) |
void |
starting() |
public AbstractApplicationRunListener(org.springframework.boot.SpringApplication sa,
String[] args)
public void starting()
starting 在接口中 org.springframework.boot.SpringApplicationRunListenerpublic void environmentPrepared(org.springframework.core.env.ConfigurableEnvironment environment)
environmentPrepared 在接口中 org.springframework.boot.SpringApplicationRunListenerpublic void contextPrepared(org.springframework.context.ConfigurableApplicationContext context)
contextPrepared 在接口中 org.springframework.boot.SpringApplicationRunListenerpublic void contextLoaded(org.springframework.context.ConfigurableApplicationContext context)
contextLoaded 在接口中 org.springframework.boot.SpringApplicationRunListenerpublic void failed(org.springframework.context.ConfigurableApplicationContext context,
Throwable exception)
failed 在接口中 org.springframework.boot.SpringApplicationRunListenerpublic void started(org.springframework.context.ConfigurableApplicationContext context)
started 在接口中 org.springframework.boot.SpringApplicationRunListenerpublic void running(org.springframework.context.ConfigurableApplicationContext context)
running 在接口中 org.springframework.boot.SpringApplicationRunListenerCopyright © 2024. All rights reserved.