From 2ce6327ec49e7fe73cc1cd3bcc2b63b28d89d38f Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 17 三月 2026 14:05:25 +0800
Subject: [PATCH] #
---
rsf-open-api/src/main/resources/application-dev.yml | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/rsf-open-api/src/main/resources/application-dev.yml b/rsf-open-api/src/main/resources/application-dev.yml
index e6159ea..7d77538 100644
--- a/rsf-open-api/src/main/resources/application-dev.yml
+++ b/rsf-open-api/src/main/resources/application-dev.yml
@@ -18,6 +18,7 @@
# password: 1234
# url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
# password: xltys1995
+# url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
url: jdbc:mysql://192.168.4.199:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
password: root
type: com.alibaba.druid.pool.DruidDataSource
@@ -66,9 +67,9 @@
#WCS閾炬帴
wcs:
#閾炬帴
- host: http://192.168.4.78
+ host: http://127.0.0.1
#绔彛
- port: 9091
+ port: 9090
#WCS閾炬帴
hk:
#閾炬帴
@@ -85,3 +86,9 @@
host: http://www.itsdg.cn
#绔彛
port: 3741
+
+springdoc:
+ api-docs:
+ enabled: true
+ swagger-ui:
+ enabled: true
--
Gitblit v1.9.1