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

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

There is a newer version: 3.3.5-1
Show newest version
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