配置导出工具优化及示例
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Finish": "StartFinish",
|
||||
"Addr": ":9999"
|
||||
}
|
||||
10
examples/simple-server-config/config/json/WelcomeConfig.json
Normal file
10
examples/simple-server-config/config/json/WelcomeConfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"1": {
|
||||
"Id": 1,
|
||||
"Text": "Hello"
|
||||
},
|
||||
"2": {
|
||||
"Id": 2,
|
||||
"Text": "World"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user