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

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 5fbe8d6..7a4e4fa 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -39,11 +39,11 @@
 zyyt:
   ipPort:
     # 璁よ瘉
-    auth: http://22.33.44.11:9090
+    auth: http://10.225.71.10:9090
     #绀句細蹇�掓棩鎶�
-    shkdrb: http://11.22.33.44:9090
+    shkdrb: http://10.225.71.10:9090
     #浠e瘎缁熻琛�
-    djtjb: http://22.33.44.11:9090
+    djtjb: http://10.225.71.10:9090
     #绔欑偣淇℃伅琛�
-    station: http://123.123:9090
+    station: https://10.225.71.10:9092
 

--
Gitblit v1.9.1