|
|
|
@ -167,7 +167,8 @@ public class BootstrapConfigFileApplicationListener
@@ -167,7 +167,8 @@ public class BootstrapConfigFileApplicationListener
|
|
|
|
|
* The default order for the processor. |
|
|
|
|
*/ |
|
|
|
|
public static final int DEFAULT_ORDER = |
|
|
|
|
// This listener needs to run after the `ConfigDataEnvironmentPostProcessor` to
|
|
|
|
|
// This listener needs to run after the `ConfigDataEnvironmentPostProcessor`
|
|
|
|
|
// to
|
|
|
|
|
// make sure the `Environment.activeProfiles` are correctly set
|
|
|
|
|
Math.addExact(ConfigDataEnvironmentPostProcessor.ORDER, 1); |
|
|
|
|
|
|
|
|
|