springboot配置之配置文件占位符

Posted 西西嘛呦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot配置之配置文件占位符相关的知识,希望对你有一定的参考价值。

  • RandomValuePropertySource:配置文件中可以使用随机数
    ${random.value}、${random.int}、${random.long}、${random.int(10)}、${random.int[123,456]}
  • 属性占位符
    app.name=MyApp
    app.description=${app.name} is a spring boot application
  • 可以在配置文件中使用前面配置过的属性
  • ${app.name:默认值}来指定找不到属性时的默认值

以上是关于springboot配置之配置文件占位符的主要内容,如果未能解决你的问题,请参考以下文章

Springboot配置文件占位符

springboot配置文件占位符

spring boot 2-文件配置YAML语法文件处理器文件占位符profile

3.1.补充:SpringBoot属性赋值,JSR303校验,多环境配置以及配置文件位置

Spring Boot 配置属性的未解决占位符验证

重学SpringBoot系列之日志框架与全局日志管理