Spring Cloud Enterprise Core Technology, Corresponding to the Special Subject Source of the Brief Book "Spring Cloud Core Technology"
14
stars
6
forks
source link
SpringBoot2.x基础篇:使用YAML代替Properties的对应配置 - 程序员 - 恒宇少年 | SpringBoot | SpringCloud | Java - 个人博客 #204
Open
hengboy opened 4 years ago
https://blog.yuqiyu.com/spring-boot-basic-using-yaml-instead-of-properties.html
YAML是一种用于指定层次结构配置数据的便捷格式,SpringBoot内部通过集成SnakeYAML来支持解析,那我们如果来使用YAML格式来代替Properties,我们需要了解每一种Properties对应YAML的配置代替方式。 推荐阅读 SpringBoot2.x 教程汇总 普通配置普通的方式比较简单直接,不存在数组、集合、子类等相关配置,我们通过Properties方式编写了如下的配置