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

spring.turbo.module.configuration.env.HoconPropertySourceFactory Maven / Gradle / Ivy

package spring.turbo.module.configuration.env;

/**
 * @author 应卓
 * @see YamlPropertySourceFactory
 * @since 2.1.3
 */
public class HoconPropertySourceFactory extends AbstractPropertySourceFactory {

    /**
     * 默认构造方法
     */
    public HoconPropertySourceFactory() {
        super(new HoconPropertySourceLoader());
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy