![JAR search and dependency download from the Maven repository](/logo.png)
me.youm.frame.cloud.CustomBootstrapConfiguration Maven / Gradle / Ivy
package me.youm.frame.cloud;
import me.youm.frame.cloud.bootstrap.CustomPropertySourceLocator;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* @author youta
*/
@Configuration
public class CustomBootstrapConfiguration {
@Bean("customPropertySourceLocator")
public CustomPropertySourceLocator propertySourceLocator() {
return new CustomPropertySourceLocator();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy