From b2deb1cc93b3d2c3fb9dc795e3589e1c62329a8f Mon Sep 17 00:00:00 2001
From: 1 <1@123>
Date: 星期一, 23 三月 2026 14:07:29 +0800
Subject: [PATCH] lsh#站点同步至MES

---
 rsf-server/src/main/resources/application-dev.yml |   27 +++++++++++++++++++--------
 1 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/rsf-server/src/main/resources/application-dev.yml b/rsf-server/src/main/resources/application-dev.yml
index c783677..b0df7ab 100644
--- a/rsf-server/src/main/resources/application-dev.yml
+++ b/rsf-server/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8080
+  port: 8085
   servlet:
     context-path: /@pom.artifactId@
 spring:
@@ -14,8 +14,11 @@
 #    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://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
@@ -32,7 +35,7 @@
       #pool-prepared-statements: false
       #max-pool-prepared-statement-per-connection-size: 20
       filters: stat, wall
-      validation-query: SELECT 'x'
+      validation-query: SELECT 1
       aop-patterns: com.zy.*.*.service.*
       stat-view-servlet:
         url-pattern: /druid/*
@@ -63,7 +66,6 @@
             class: javax.net.ssl.SSLSocketFactory
 redis:
   host: 127.0.0.1
-  password: xltys1995
   port: 6379
   timeout: 5000
   index: 15
@@ -84,9 +86,18 @@
       notify-inspect: /report/inspect
   rcs:
     #閾炬帴
-    host: http://192.168.4.84
+    host: http://127.0.0.1
     #绔彛
-    port: 8088
+    port: 8081
+
+  #浼佷笟ERP骞冲彴
+  open:
+    #鎺ュ彛鏄庣粏
+    api:
+      #localhost
+      host: http://127.0.0.1
+      #绔彛鍙�
+      port: 8081
 
 #浠撳簱鍔熻兘鍙傛暟閰嶇疆
 stock:
@@ -99,4 +110,4 @@
     #鍒ゆ柇鏄悗妫�楠屽悎鏍煎悗锛屾墠鍏佽涓婃灦
     flagAvailable: true
     #鍒ゆ柇鏄惁鏍¢獙鍚堟牸鍚庯紝鎵嶅厑璁告敹璐�
-    flagReceiving: false
\ No newline at end of file
+    flagReceiving: false

--
Gitblit v1.9.1