SpringBoot工具类获取yml配置文件内容
package com.common.test.utils;import org.springframework.beans.factory.config.YamlPropertiesFactoryBean;import org.springframework.core.io.ClassPathResource;import org.springframework.core.io.Reso...