From fc24c266d88751bc431b5d61c05c0c388d9f0350 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 01 六月 2023 16:14:58 +0800
Subject: [PATCH] #

---
 src/main/resources/application.yml |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index e3413f0..7e0aad8 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -10,8 +10,7 @@
     enabled: false
   datasource:
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-    url: jdbc:sqlserver://localhost:1433;databasename=jkasrs
-#    url: jdbc:sqlserver://10.20.192.200:1433;databasename=jkasrs
+    url: jdbc:sqlserver://localhost:1433;databasename=lfdasrs
     username: sa
     password: sa@123
   mvc:
@@ -27,7 +26,7 @@
       maxRequestSize: 100MB
 
 mybatis-plus:
-  mapper-locations: classpath:mapper/*.xml
+  mapper-locations: classpath:mapper/*.xml 
 #  global-config:
 #    field-strategy: 0
 #  configuration:
@@ -47,11 +46,26 @@
   # 鍙屾繁
   doubleDeep: true
   # 鍙屾繁搴撲綅鎺掑彿
-  doubleLocs: 1,4,5,8,9,12,13,16
+  doubleLocs: 9,12,15,18
   # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
   groupCount: 4
+#ERP鎺ュ彛
+erp:
+  enabled: true
+  enabledNew: false
+  enabledErpDetTb: true
+  enabledErpPrdt: true
+  #  enabled: false
+  #鏌ョ湅ERP涓棿琛ㄩ棿闅�
+  refreshtime: 0/5 * * * * ?
+  db:
+    driver_class_name: com.microsoft.sqlserver.jdbc.SQLServerDriver
+    url: jdbc:sqlserver://192.168.0.13:1433;databasename=DB_2022
+    username: sa
+    password: Qaz@1234
+  useName:
+    ip: 192.168.0.13
 
-#鍏ュ簱鏆傚瓨鏁�
-store:
-  bufferCount: 2
 
+comb:
+  limit: 5000
\ No newline at end of file

--
Gitblit v1.9.1