From c858ae26143fde37b8c77d403baeb7a050bc2ab6 Mon Sep 17 00:00:00 2001
From: zf <1603559716@qq.com>
Date: Mon, 25 Sep 2023 15:17:42 +0800
Subject: [PATCH] 非煤相关接口
---
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