@Order public class SkipInitializerListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.SpringApplicationEvent>
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_INITIALIZER_SKIP |
| Constructor and Description |
|---|
SkipInitializerListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.boot.context.event.SpringApplicationEvent event) |
protected void |
optimizeModule(org.springframework.boot.context.event.SpringApplicationEvent event) |
protected void |
skipInitializers(org.springframework.boot.SpringApplication application) |
public static final String MODULE_INITIALIZER_SKIP
public void onApplicationEvent(org.springframework.boot.context.event.SpringApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.SpringApplicationEvent>protected void optimizeModule(org.springframework.boot.context.event.SpringApplicationEvent event)
protected void skipInitializers(org.springframework.boot.SpringApplication application)
Copyright © 2024. All rights reserved.