Spring Boot 获取 application.yml 配置文件属性值 Plus 版
Spring Boot 获取 application.yml 配置文件属性值 Plus 版多年前我曾写过这样一篇文章 SpringBoot通过@Value获取application.yml配置文件的属性值没想到已经有 3 w 阅读了,这里做个升级,给大家提供一种更高级的配置方法class 类如下import lombok.Data;import org.springframework.beans.factory.annotation.Value;import org.springframewo