public class DecryptingPropertiesApplicationListener
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>, org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ALGORITHM |
static java.lang.String |
PREFIX_KEY |
| Constructor and Description |
|---|
DecryptingPropertiesApplicationListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event) |
public static final java.lang.String DEFAULT_ALGORITHM
public static final java.lang.String PREFIX_KEY
public DecryptingPropertiesApplicationListener()
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>public int getOrder()
getOrder in interface org.springframework.core.Ordered