springboot的配置文件不支持SPEL表达式
-
springboot的配置文件不支持SPEL表达式
-
springboot的配置文件支持占位符和随机数
#占位符 user.username=黄汉山 user.hobbies=${user.username}打篮球 #随机数 my.secret=${random.value} my.number=${random.int} my.bignumber=${random.long} my.uuid=${random.uuid} my.number-less-than-ten=${random.int(10)} my.number-in-range=${random.int[1024,65536]}
我成功因为我志在成功
浙公网安备 33010602011771号