From 4599eb51d8672245f1065b2df85481ed40fc0da0 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 12 四月 2024 22:12:07 +0800
Subject: [PATCH] 修改lambda错误,删除无用注释
---
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