配置文件占位符
1、随机数
${random.value},${random.int},${random.long},${random.int(10)},${random.int(1024,65536)}
2、占位符获取之前配置的值,如果没有可以:指定默认值
person.dog.name=${person.hello: hello}_dog
本文来自博客园,作者:King-DA,转载请注明原文链接:https://www.cnblogs.com/qingmuchuanqi48/p/13193598.html