From 2ec3f7a61c014b94e4f7feb1f55f1923ec2235a6 Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期四, 28 九月 2023 15:05:10 +0800
Subject: [PATCH] fix(quartz): URL通过配置文件传入

---
 src/main/resources/application-dev.yml |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index d9deb91..7a4e4fa 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,7 +1,7 @@
 server:
   port: 9529
   servlet:
-    context-path: /
+    context-path: /schedule
 spring:
   # 鍑虹幇閿欒鏃�, 鐩存帴鎶涘嚭寮傚父(渚夸簬寮傚父缁熶竴澶勭悊锛屽惁鍒欐崟鑾蜂笉鍒�404)
   mvc:
@@ -35,12 +35,15 @@
   #鏈湴缂撳瓨鐩綍
   path: D:\tmp
   sftpDownload: C:\ftpData\download
-#瓒呯骇璐﹀彿
-super:
-  name: zhfwpt
-orgCode: Adu_8097
-work:
-  bathSize: 1500
-  batchInsertSize: 1000
-base:
-  url: http://localhost:9527
+
+zyyt:
+  ipPort:
+    # 璁よ瘉
+    auth: http://10.225.71.10:9090
+    #绀句細蹇�掓棩鎶�
+    shkdrb: http://10.225.71.10:9090
+    #浠e瘎缁熻琛�
+    djtjb: http://10.225.71.10:9090
+    #绔欑偣淇℃伅琛�
+    station: https://10.225.71.10:9092
+

--
Gitblit v1.9.1