From 85bb45834b1a2fd993d9f8653c48d14efc12a59e Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 18 四月 2024 12:09:46 +0800
Subject: [PATCH] 去掉无用注释
---
smart-man-boot/src/main/resources/application-dev.yml | 7 ++++---
1 files changed, 4 insertions(+), 3 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..648b049 100644
--- a/smart-man-boot/src/main/resources/application-dev.yml
+++ b/smart-man-boot/src/main/resources/application-dev.yml
@@ -15,6 +15,7 @@
password: Kknd_1234
driver-class-name: com.mysql.cj.jdbc.Driver
+#debug: ture
#datasource:
# type: oracle
# url: jdbc:${datasource.type}:thin:@192.168.3.117:${datasource.port}:orclcdb
@@ -53,13 +54,13 @@
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
ip:
- # 閮ㄧ讲39锛屼复鏃惰皟鏁� 7017 -> 7117
- port: 7079
+ # 閮ㄧ讲39锛屼复鏃惰皟鏁� 7079ori
+ port: 7089
### xxl-job log path
logpath: /data/applogs/xxl-job/jobhandler
### xxl-job log retention days
--
Gitblit v1.9.3