From b97c9326a5370fd9a190e2a0f49645ff93e9bcef Mon Sep 17 00:00:00 2001
From: huangzhen <867217663@qq.com>
Date: 星期五, 27 十月 2023 15:09:18 +0800
Subject: [PATCH] 教师模块增加根据工种类型进行导入

---
 ruoyi-admin/src/main/resources/application-dev.yml |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml
index cdbcaa0..c076ad0 100644
--- a/ruoyi-admin/src/main/resources/application-dev.yml
+++ b/ruoyi-admin/src/main/resources/application-dev.yml
@@ -4,7 +4,7 @@
     port: 8085
     servlet:
         # 应用的访问路径
-        context-path: /
+        context-path: /api
     tomcat:
         # tomcat的URI编码
         uri-encoding: UTF-8
@@ -100,13 +100,18 @@
                 max-active: 8
                 # #连接池最大阻塞等待时间(使用负值表示没有限制)
                 max-wait: -1ms
+tripartite:
+    restSever: https://inspurtestcx.saws.org.cn/sjjh
+    appKey: hj92qe
+    appPwd: dxep6j
 
 #windous测试
 file:
     path:
         #基础路径
-        dcPath: E:\file\gkhy\test\
+        dcPath: upload
         urlRootPath: /uploadfile/
         module:
             #用户模块
-            accountPath: /account/
\ No newline at end of file
+            accountPath: /account/
+

--
Gitblit v1.9.2