public class DustApplicationListener
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
构造器和说明 |
---|
DustApplicationListener() |
限定符和类型 | 方法和说明 |
---|---|
void |
initDb() |
void |
initTenant() |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event) |
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
onApplicationEvent
在接口中 org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
public void initTenant()
public void initDb()