feat: 同步

This commit is contained in:
陈淳
2023-09-15 18:05:59 +08:00
parent a271bc25c6
commit a0b35f4233
28 changed files with 61 additions and 10 deletions

View File

@@ -14,6 +14,29 @@
"StartUrl": "http://*:19001",
//swagger配置
"SpecificationDocumentSettings": {
"GroupOpenApiInfos": [
{
"Group": "RBAC",
"Order": 100,
"Title": "Yi框架-云Api接口",
"Description": "集大成者,终究轮子",
"Version": "v3.0.0",
"TermsOfService": "YI框架:https://ccnetcore.com与Furion:http://furion.baiqian.ltd",
"Contact": {
"Name": "橙子",
"Url": "https://ccnetcore.com",
"Email": "454313500@qq.com"
},
"License": {
"Name": "MIT",
"Url": "https://gitee.com/ccnetcore/Yi/blob/furion/LICENSE"
}
}
]
},
//数据库类型列表
"DbList": [ "Sqlite", "Mysql", "Sqlserver", "Oracle" ],