public class ListenerSpringApplicationRun extends Object implements org.springframework.boot.SpringApplicationRunListener
| 构造器和说明 |
|---|
ListenerSpringApplicationRun(org.springframework.boot.SpringApplication application,
String[] args) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
failed(org.springframework.context.ConfigurableApplicationContext context,
Throwable exception) |
static long |
getConsume() |
void |
starting(org.springframework.boot.ConfigurableBootstrapContext bootstrapContext) |
public ListenerSpringApplicationRun(org.springframework.boot.SpringApplication application,
String[] args)
public void starting(org.springframework.boot.ConfigurableBootstrapContext bootstrapContext)
starting 在接口中 org.springframework.boot.SpringApplicationRunListenerpublic void failed(org.springframework.context.ConfigurableApplicationContext context,
Throwable exception)
failed 在接口中 org.springframework.boot.SpringApplicationRunListenerpublic static long getConsume()
Copyright © 2022. All rights reserved.