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

com.purgeteam.dynamic.config.starter.DynamicConfigConfiguration Maven / Gradle / Ivy

There is a newer version: 0.1.1.RELEASE
Show newest version
package com.purgeteam.dynamic.config.starter;

import com.purgeteam.dynamic.config.starter.util.PropertyUtil;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
 * @author purgeyao
 * @since 1.0
 */
@Configuration
public class DynamicConfigConfiguration {

    @Bean
    public PropertyUtil propertyUtil() {
        return new PropertyUtil();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy