All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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