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配置之配置文件占位符的主要内容,如果未能解决你的问题,请参考以下文章
spring boot 2-文件配置YAML语法文件处理器文件占位符profile