#随机字符串
com.forwy.value=${random.value}
#随机 int
com.forwy.int=${random.int}
#随机 long
com.forwy.long=${random.long}
#随机 int (10以内)
com.forwy.int=${random.int(10)}
#随机 int (10~20)
com.forwy.int=${random.int[10,20]} 多环境配置: 多环境配置文件需要满足 application-{profile}.properti...
暂无评论