springboot配置之配置文件占位符 2020-08-26 15:28:28 浏览数 (1) RandomValuePropertySource:配置文件中可以使用随机数{random.value}、{random.int}、{random.long}、{random.int(10)}、属性占位符 app.name=MyApp app.description=${app.name} is a spring boot application可以在配置文件中使用前面配置过的属性${app.name:默认值}来指定找不到属性时的默认值 spring app boot int random 0 人点赞 上一篇:分享雷军22年前编写的代码