You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
570 B
24 lines
570 B
{
|
|
"groups": [
|
|
{
|
|
"name": "admin",
|
|
"type": "com.yami.shop.admin.config.AdminConfig",
|
|
"sourceType": "com.yami.shop.admin.config.AdminConfig"
|
|
}
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "admin.datacenter-id",
|
|
"type": "java.lang.Integer",
|
|
"description": "数据中心ID",
|
|
"sourceType": "com.yami.shop.admin.config.AdminConfig"
|
|
},
|
|
{
|
|
"name": "admin.worker-id",
|
|
"type": "java.lang.Integer",
|
|
"description": "终端ID",
|
|
"sourceType": "com.yami.shop.admin.config.AdminConfig"
|
|
}
|
|
],
|
|
"hints": []
|
|
} |