|
|
|
|
@ -42,6 +42,7 @@ import org.apache.commons.logging.Log;
@@ -42,6 +42,7 @@ import org.apache.commons.logging.Log;
|
|
|
|
|
import org.springframework.beans.BeansException; |
|
|
|
|
import org.springframework.beans.factory.config.BeanFactoryPostProcessor; |
|
|
|
|
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory; |
|
|
|
|
import org.springframework.boot.DefaultPropertiesPropertySource; |
|
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
|
import org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent; |
|
|
|
|
import org.springframework.boot.context.event.ApplicationPreparedEvent; |
|
|
|
|
@ -49,7 +50,6 @@ import org.springframework.boot.context.properties.bind.Bindable;
@@ -49,7 +50,6 @@ import org.springframework.boot.context.properties.bind.Bindable;
|
|
|
|
|
import org.springframework.boot.context.properties.bind.Binder; |
|
|
|
|
import org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver; |
|
|
|
|
import org.springframework.boot.context.properties.source.ConfigurationPropertySources; |
|
|
|
|
import org.springframework.boot.env.DefaultPropertiesPropertySource; |
|
|
|
|
import org.springframework.boot.env.EnvironmentPostProcessor; |
|
|
|
|
import org.springframework.boot.env.PropertySourceLoader; |
|
|
|
|
import org.springframework.boot.env.RandomValuePropertySource; |
|
|
|
|
|