配置 - 配置文件占位符

1、随机数

${random.value}
${random.long}
${ramdom.int}
${random.int(10)}
${random.int[100, 200]}

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

person.name: ${person.first_name:bing}

你可能感兴趣的:(配置 - 配置文件占位符)