From 0891c8cfbe780fdc56379cb6f5c5365d5e9042ec Mon Sep 17 00:00:00 2001
From: zf <1603559716@qq.com>
Date: Thu, 12 Oct 2023 10:03:48 +0800
Subject: [PATCH] Merge branch 'zf1' of https://sinanoaq.cn:8888/r/swspkmas
---
ruoyi-admin/src/main/resources/application-dev.yml | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml
index cdbcaa0..bf0df3a 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,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