From fc06a66b6ec47ae489f1cba3340b273054093c37 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 11 十二月 2025 09:56:46 +0800
Subject: [PATCH] 添加修改按钮

---
 src/main/resources/application.yml |   46 ++++++++++++++++++++++++++++++++--------------
 1 files changed, 32 insertions(+), 14 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index f2dab6a..1f54a01 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,20 +1,21 @@
 server:
-  port: 8081
+  port: 8080
   servlet:
     context-path: /@pom.build.finalName@
+  compression:
+    enabled: true
+    mime-types: application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain
+
 
 spring:
-  application:
+  aporder/delete/authplication:
     name: @pom.build.finalName@
+  jmx:
+    enabled: false
   datasource:
-    # mysql
-#    driver-class-name: com.mysql.jdbc.Driver
-#    url: jdbc:mysql://127.0.0.1:3306/cool?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-#    username: root
-#    password: xltys1995
-    # sql-server
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-    url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsasrs
+#   url: jdbc:sqlserver://192.168.4.15:1433;databasename=tzhnewms
+    url: jdbc:sqlserver://127.0.0.1:1433;databasename=tzhnewms
     username: sa
     password: sa@123
   mvc:
@@ -26,21 +27,38 @@
 #    password: xltys1995
   servlet:
     multipart:
-      maxFileSize: 10MB
+      maxFileSize: 100MB
       maxRequestSize: 100MB
 
 mybatis-plus:
-  mapper-locations: classpath:mapper/*.xml
+  mapper-locations: classpath:mapper/*.xml 
 #  global-config:
 #    field-strategy: 0
 #  configuration:
 #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
 logging:
-  path: /stock/out/logs
+  path: /stock/out/@pom.build.finalName@/logs
 
 super:
-  pwd: xltys1995
+  pwd: xltys2023
 
 swagger:
-  enable: false
\ No newline at end of file
+  enable: false
+
+# 涓嬩綅鏈洪厤缃�
+wcs-slave:
+  # 鍙屾繁
+  doubleDeep: true
+  # 鍙屾繁搴撲綅鎺掑彿
+  doubleLocs: 1,4,5,8,9,12,13,16
+  # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
+  groupCount: 4
+
+#erp
+erp:
+  enable: false
+
+u8:
+  url: 122.225.245.106:10076
+  path: /api/Yp/U8API

--
Gitblit v1.9.1