From f3f1f118e1ff589bb41b9e8bea5aa8d466bec670 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 30 十二月 2025 12:03:16 +0800
Subject: [PATCH] 1

---
 src/main/resources/application.yml |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 338a464..e04c860 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -10,7 +10,8 @@
     enabled: false
   datasource:
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-    url: jdbc:sqlserver://127.0.0.1:1433;databasename=srjtasrs
+    url: jdbc:sqlserver://127.0.0.1:1433;databasename=ghjtasrs
+    #url: jdbc:sqlserver://192.168.14.137:1433;databasename=ghjtasrs
     username: sa
     password: sa@123
   mvc:
@@ -26,7 +27,7 @@
       maxRequestSize: 100MB
 
 mybatis-plus:
-  mapper-locations: classpath:mapper/*.xml 
+  mapper-locations: classpath:mapper/*.xml
 #  global-config:
 #    field-strategy: 0
 #  configuration:
@@ -36,10 +37,12 @@
   path: /stock/out/@pom.build.finalName@/logs
 
 super:
-  pwd: xltys2023
+  pwd: xltys1996
 
 swagger:
   enable: false
+
+
 
 # 涓嬩綅鏈洪厤缃�
 wcs-slave:
@@ -72,4 +75,6 @@
   # 鎷嗗灈淇℃伅涓婁紶
   reportOutPath: api/DepalletizingInfo/Post
   # 鐮佸灈淇℃伅涓婁紶
-  reportInPath: api/PalletizingInfo/Post
\ No newline at end of file
+  reportInPath: api/PalletizingInfo/Post
+loc-move:
+  move-all: false
\ No newline at end of file

--
Gitblit v1.9.1