This commit is contained in:
JeffLi1993
2017-04-18 19:26:44 +08:00
committed by liqiangqiang
parent f32f86c9db
commit 502935ff87
7 changed files with 259 additions and 37 deletions

View File

@@ -3,3 +3,10 @@ home:
province: 浙江省
city: 温岭松门
desc: 我家住在${home.province}的${home.city}
## 随机属性
user:
id: ${random.long}
age: ${random.int[1,200]}
desc: 泥瓦匠叫做${random.value}
uuid: ${random.uuid}