From 0ecf5dfdb183b15b67958d020666a7cf30d057bd Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 09 四月 2026 14:39:27 +0800
Subject: [PATCH] #

---
 rsf-open-api/src/main/resources/application-dev.yml |   41 ++++++++++++++++++++++++++++++++---------
 1 files changed, 32 insertions(+), 9 deletions(-)

diff --git a/rsf-open-api/src/main/resources/application-dev.yml b/rsf-open-api/src/main/resources/application-dev.yml
index ba2ddcb..6536f74 100644
--- a/rsf-open-api/src/main/resources/application-dev.yml
+++ b/rsf-open-api/src/main/resources/application-dev.yml
@@ -14,31 +14,37 @@
 #    url: jdbc:mysql://47.76.147.249:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
 #    username: rsf
     username: root
-    url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-    password: 34821015
+#    url: jdbc:mysql://192.168.4.15:3306/rsf_20250106?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+#    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
     druid:
       initial-size: 5
       min-idle: 5
       max-active: 20
       max-wait: 30000
+      keep-alive: true
       time-between-eviction-runs-millis: 60000
       min-evictable-idle-time-millis: 300000
       test-while-idle: true
-      test-on-borrow: true
+      test-on-borrow: false
       test-on-return: false
       remove-abandoned: true
       remove-abandoned-timeout: 1800
       #pool-prepared-statements: false
       #max-pool-prepared-statement-per-connection-size: 20
       filters: stat, wall
-      validation-query: SELECT 'x'
-      aop-patterns: com.zy.*.*.service.*
+      validation-query: SELECT 1
+      aop-patterns: com.vincent.rsf.openApi.*.service.*
       stat-view-servlet:
         url-pattern: /druid/*
         reset-enable: true
-        login-username: admin
-        login-password: admin
+        login-username: ${DRUID_STAT_USER:admin}
+        login-password: ${DRUID_STAT_PWD:admin123}
         enabled: true
   servlet:
     multipart:
@@ -56,11 +62,28 @@
   #RCS閾炬帴
   rcs:
     #閾炬帴
-    host: http://192.168.4.84
+    host: http://127.0.0.1
     #绔彛
     port: 8088
+  #WCS閾炬帴
+  wcs:
+    #閾炬帴
+    host: http://127.0.0.1
+    #绔彛
+    port: 9090
+  #WCS閾炬帴
+  hk:
+    #閾炬帴
+    host: http://192.168.4.197
+    #绔彛
+    port: 9189
   wms:
     #閾炬帴
     host: http://127.0.0.1
     #绔彛
-    port: 8080
\ No newline at end of file
+    port: 8085
+  erp:
+    #閾炬帴
+    host: http://www.itsdg.cn
+    #绔彛
+    port: 3741

--
Gitblit v1.9.1