From 21362fd048558832cdcaca8ee957d2d7aa753be2 Mon Sep 17 00:00:00 2001
From: zhangf <1603559716@qq.com>
Date: Mon, 24 Jun 2024 09:04:41 +0800
Subject: [PATCH] 三方接口
---
ruoyi-admin/src/main/resources/application-dev.yml | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml
index 27c42ab..aa77ac9 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
@@ -24,9 +24,9 @@
druid:
# 主库数据源
master:
- url: jdbc:mysql://192.168.0.52:3306/swspkmas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://localhost:3306/swspkmas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
- password: gkhymysql
+ password: root
# 从库数据源
slave:
# 从数据源开关/默认关闭
@@ -109,8 +109,9 @@
file:
path:
#基础路径
- dcPath: E:\file\gkhy\test\
+ dcPath: upload
urlRootPath: /uploadfile/
module:
#用户模块
accountPath: /account/
+
--
Gitblit v1.9.2