From 8f43395c41698402d1fbbc19c433abb1fb55d5ae Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 06 六月 2023 10:54:23 +0800
Subject: [PATCH] #
---
src/main/resources/application.yml | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 596efbc..218a280 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -10,7 +10,7 @@
enabled: false
datasource:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
- url: jdbc:sqlserver://localhost:1433;databasename=lfdasrs
+ url: jdbc:sqlserver://192.168.4.15:1433;databasename=sxlktasrs
username: sa
password: sa@123
mvc:
@@ -26,11 +26,7 @@
maxRequestSize: 100MB
mybatis-plus:
- mapper-locations: classpath:mapper/*.xml
-# global-config:
-# field-strategy: 0
-# configuration:
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+ mapper-locations: classpath:mapper/*.xml
logging:
path: /stock/out/@pom.build.finalName@/logs
@@ -46,6 +42,14 @@
# 鍙屾繁
doubleDeep: true
# 鍙屾繁搴撲綅鎺掑彿
- doubleLocs: 9,12,14,18
+# doubleLocs: 1,4,11,14,21,24
+ doubleLocs: 1,4,5,8,9,12
# 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
- groupCount: 4
\ No newline at end of file
+ groupCount: 4
+ # 宸︽繁搴撲綅鎺掑彿
+ doubleLocsLeft : 1,5,9
+ # 鍙虫繁搴撲綅鎺掑彿
+ doubleLocsRight : 4,8,12
+
+comb:
+ limit: 5000
\ No newline at end of file
--
Gitblit v1.9.1