码迷,mamicode.com
首页 > 移动开发 > 详细

SpringBoot_application.yaml配置

时间:2020-05-21 10:10:31      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:yaml   key   name   value   ida   使用   app   ref   数据校验   

yaml语法

  • 普通的key-value, name: yang

  • 对象 student: {name: yang, age: 12}

  • 数组 pets: [cat,dog]

  • 可以注入到配置类中
    - 使用yaml注入对象。在对象类上添加@ConfigurationProperties(prefix = "xxx")注解。如果不进行配置,但使用了上述注解就会爆红,但是不影响程序运行。
    - yaml中可以使用el表达式。
    - 使用@Validated来开启数据校验。使用JSR-303校验。

  • SpringBoot配置多环境
    - 使用 “---” 将多个环境分开

SpringBoot_application.yaml配置

标签:yaml   key   name   value   ida   使用   app   ref   数据校验   

原文地址:https://www.cnblogs.com/yangzixiong/p/12928296.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!