spring.turbo.module.configuration.env.YamlPropertySourceFactory Maven / Gradle / Ivy
package spring.turbo.module.configuration.env;
import org.springframework.boot.env.YamlPropertySourceLoader;
/**
* @author 应卓
* @see HoconPropertySourceFactory
* @since 2.1.3
*/
public class YamlPropertySourceFactory extends AbstractPropertySourceFactory {
/**
* 默认构造方法
*/
public YamlPropertySourceFactory() {
super(new YamlPropertySourceLoader());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy