From 9862b8ae50b1a0d2189b89861bb5cbec5d4c727e Mon Sep 17 00:00:00 2001
From: zhangchao <zc857179121@qq.com>
Date: 星期六, 20 七月 2024 08:34:27 +0800
Subject: [PATCH] 环境配置
---
src/main/resources/application-mac.yml | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application-mac.yml b/src/main/resources/application-mac.yml
index 5500641..63a7e40 100644
--- a/src/main/resources/application-mac.yml
+++ b/src/main/resources/application-mac.yml
@@ -101,4 +101,15 @@
acctID: "647e849ab6fa0f"
username: "llw"
password: "666666"
- lcid: 2052
\ No newline at end of file
+ lcid: 2052
+
+ #ERP鎺ュ彛
+ enabled: true
+ # enabled: false
+ #鏌ョ湅ERP涓棿琛ㄩ棿闅�
+ refreshtime: 0/5 * * * * ?
+ db:
+ driver_class_name: com.microsoft.sqlserver.jdbc.SQLServerDriver
+ url: jdbc:sqlserver://127.0.0.1:1433;databasename=XDLinkLK2
+ username: sa
+ password: sa@123
\ No newline at end of file
--
Gitblit v1.9.1