Class name changed in Boot
This commit is contained in:
@@ -20,7 +20,7 @@ import java.util.Collections;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.bind.RelaxedPropertyResolver;
|
||||
import org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor;
|
||||
import org.springframework.boot.context.config.ConfigFileApplicationListener;
|
||||
import org.springframework.boot.env.EnvironmentPostProcessor;
|
||||
import org.springframework.core.Ordered;
|
||||
import org.springframework.core.env.ConfigurableEnvironment;
|
||||
@@ -38,11 +38,11 @@ public class DependencyEnvironmentPostProcessor implements
|
||||
EnvironmentPostProcessor, Ordered {
|
||||
|
||||
// after ConfigFileEnvironmentPostProcessorr
|
||||
private int order = ConfigFileEnvironmentPostProcessor.DEFAULT_ORDER + 1;
|
||||
private int order = ConfigFileApplicationListener.DEFAULT_ORDER + 1;
|
||||
|
||||
@Override
|
||||
public int getOrder() {
|
||||
return order;
|
||||
return this.order;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user