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 |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index cefc63a..7e0aad8 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -48,4 +48,24 @@
   # 鍙屾繁搴撲綅鎺掑彿
   doubleLocs: 9,12,15,18
   # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
-  groupCount: 4
\ No newline at end of file
+  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
+
+
+comb:
+  limit: 5000
\ No newline at end of file

--
Gitblit v1.9.1