public class CommandLinePropertiesApplicationListener extends ApplicationEnvironmentPreparedEventListener implements org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVER_PORT_PROPERTY |
| Constructor and Description |
|---|
CommandLinePropertiesApplicationListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
protected void |
onApplicationEnvironmentPreparedEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event) |
onApplicationEventpublic static final java.lang.String SERVER_PORT_PROPERTY
public CommandLinePropertiesApplicationListener()
protected void onApplicationEnvironmentPreparedEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
onApplicationEnvironmentPreparedEvent in class ApplicationEnvironmentPreparedEventListenerpublic int getOrder()
getOrder in interface org.springframework.core.Ordered