From bd6e6e28a9c8c138b1c2bae2e18964162a8bbda8 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期六, 07 二月 2026 11:24:07 +0800
Subject: [PATCH] 全版出库增加完结按钮

---
 rsf-server/src/main/resources/application-dev.yml |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/rsf-server/src/main/resources/application-dev.yml b/rsf-server/src/main/resources/application-dev.yml
index 97089e8..93b2a83 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: 8085
+  port: 8086
   servlet:
     context-path: /@pom.artifactId@
 spring:
@@ -11,13 +11,9 @@
       matching-strategy: ANT_PATH_MATCHER
   datasource:
     driver-class-name: com.mysql.cj.jdbc.Driver
-#    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://10.10.10.200:3306/rsf-xiri?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-#    password: xltys1995
-    url: jdbc:mysql://127.0.0.1:3306/rsf-xiri?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-    password: 34821015
+    url: jdbc:mysql://127.0.0.1:3306/rsf_jdxaj?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+    password: 12345
     type: com.alibaba.druid.pool.DruidDataSource
     druid:
       initial-size: 5
@@ -30,7 +26,7 @@
       test-on-borrow: true
       test-on-return: false
       remove-abandoned: true
-      remove-abandoned-timeout: 18
+      remove-abandoned-timeout: 1800
       #pool-prepared-statements: false
       #max-pool-prepared-statement-per-connection-size: 20
       filters: stat, wall
@@ -86,9 +82,9 @@
       notify-inspect: /report/inspect
   rcs:
     #閾炬帴
-    host: http://127.0.0.1
+    host: http://10.10.10.200
     #绔彛
-    port: 8081
+    port: 8088
 
 #浠撳簱鍔熻兘鍙傛暟閰嶇疆
 stock:

--
Gitblit v1.9.1