配置文件占位符

1、随机数

${random.value},${random.int},${random.long},${random.int(10)},${random.int(1024,65536)}

2、占位符获取之前配置的值,如果没有可以:指定默认值

person.dog.name=${person.hello: hello}_dog

原文地址:https://www.cnblogs.com/qingmuchuanqi48/p/13193598.html