From 185a3f75ae931a0e0a6a8781cae9029adb1c9bbf Mon Sep 17 00:00:00 2001 From: zf <1603559716@qq.com> Date: 星期二, 26 九月 2023 16:31:45 +0800 Subject: [PATCH] bug修改 --- ruoyi-admin/src/main/resources/application-dev.yml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index cdbcaa0..27c42ab 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -100,6 +100,10 @@ max-active: 8 # #连接池最大阻塞等待时间(使用负值表示没有限制) max-wait: -1ms +tripartite: + restSever: https://inspurtestcx.saws.org.cn/sjjh + appKey: hj92qe + appPwd: dxep6j #windous测试 file: @@ -109,4 +113,4 @@ urlRootPath: /uploadfile/ module: #用户模块 - accountPath: /account/ \ No newline at end of file + accountPath: /account/ -- Gitblit v1.9.2