From a87afa1be0961724a05cdf14321f0d8fd55efb98 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 07 四月 2024 20:36:39 +0800
Subject: [PATCH] 去掉无用的注释
---
smart-man-boot/src/main/resources/application-dev.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/smart-man-boot/src/main/resources/application-dev.yml b/smart-man-boot/src/main/resources/application-dev.yml
index 628bbd9..30efa8e 100644
--- a/smart-man-boot/src/main/resources/application-dev.yml
+++ b/smart-man-boot/src/main/resources/application-dev.yml
@@ -53,7 +53,7 @@
job:
admin:
### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
- addresses: http://loalhost:8080/xxl-job-admin
+ addresses: http://localhost:8080/xxl-job-admin
### xxl-job executor address
executor:
appname: phoenix
--
Gitblit v1.9.3