From bdfd7fef242a519aac505d83591e11e2aa75f75e Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期二, 01 八月 2023 17:14:28 +0800 Subject: [PATCH] 完成租户用户同一api登录,新增加租户表,租户关联表, 员工表增加TenderID 字段 需要增加表只需要将 appset codefirst设置为true 运行将自动更新表结构 --- DocumentServiceAPI.Web.Entry/appsettings.json | 24 +++++++++--------------- 1 files changed, 9 insertions(+), 15 deletions(-) diff --git a/DocumentServiceAPI.Web.Entry/appsettings.json b/DocumentServiceAPI.Web.Entry/appsettings.json index 5b27292..78d8527 100644 --- a/DocumentServiceAPI.Web.Entry/appsettings.json +++ b/DocumentServiceAPI.Web.Entry/appsettings.json @@ -16,27 +16,21 @@ "DbType": "SqlServer", "IsAutoCloseConnection": true + } ], - //swags 鍚嶇О閰嶇疆 榛樿鍒嗙粍 - "[openapi:Default]": { - "Title": "鏍囦功绠$悊绯荤粺鏈嶅姟", - "Order": 0, - "Description": "杩欎釜涓�涓緢濂界敤鏍囦功绠$悊绯荤粺鏈嶅姟杞欢", - "Version": "1.0.0", - "TermsOfService": "http://www.51zhengcai.com", - "Contact": { - "Name": "鏀块噰鍜ㄨ鏈夐檺鍏徃", - "Url": "http://www.51zhengcai.com" - }, - "License": { - "Name": "鏀块噰鍜ㄨ鏈夐檺鍏徃", - "Url": "http://www.51zhengcai.com" - } + "isCodeFirst": false, //鏄惁鎵цcodefirst 娉ㄦ剰杩欎釜鍦ㄨ縼寰欏畬鎴愬悗搴旇璁剧疆涓篺alse 闃叉鏇存敼鏁版嵁搴� + //璇蜂繚鎸乺edis涓烘甯稿彲鐢� + "RedisConfig": { + // 濡傛灉閲囩敤瀹瑰櫒鍖栭儴缃睸ervice 瑕佸啓鎴恟edis鐨勬湇鍔″悕锛屽惁鍒欏啓鍦板潃 + "ConnectionString": "127.0.0.1:6379,password=,connectTimeout=30000,responseTimeout=30000,abortConnect=false,connectRetry=1,syncTimeout=10000,DefaultDatabase=10" //redis鏁版嵁搴撹繛鎺ュ瓧绗︿覆 + }, + + "JWTSettings": { "ValidateIssuerSigningKey": true, // 鏄惁楠岃瘉瀵嗛挜锛宐ool 绫诲瀷锛岄粯璁rue "IssuerSigningKey": "129(*dasd09213)*(*jKDl", // 瀵嗛挜锛宻tring 绫诲瀷锛屽繀椤绘槸澶嶆潅瀵嗛挜锛岄暱搴﹀ぇ浜�16 -- Gitblit v1.9.1