|
|
|
@ -30,7 +30,7 @@ import org.springframework.core.env.Environment;
|
|
|
|
|
*/
|
|
|
|
|
public interface PolarisConfigCustomExtensionLayer {
|
|
|
|
|
boolean isEnabled();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void initRegisterConfig(PolarisConfigPropertyAutoRefresher polarisConfigPropertyAutoRefresher);
|
|
|
|
|
|
|
|
|
|
void initConfigFiles(Environment environment, CompositePropertySource compositePropertySource, ConfigFileService configFileService);
|
|
|
|
|