From 3cc715dd50c41a2ee99050335b5a6a5ed73a8956 Mon Sep 17 00:00:00 2001 From: Zhang QiYang <1066386929@qq.com> Date: Fri, 23 Feb 2024 06:54:23 +0000 Subject: [PATCH] Update application.properties --- out/production/resources/application.properties | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/out/production/resources/application.properties b/out/production/resources/application.properties index 1d798b7..f4a84f8 100644 --- a/out/production/resources/application.properties +++ b/out/production/resources/application.properties @@ -68,6 +68,11 @@ db.default.url=jdbc:mysql://139.9.112.197:3308/portal-gateway?useUnicode=true&ch db.default.user=portal db.default.password=Sun@qc2023 +#设置为true时,输出日志,设置为false时,则不输出日志; +system.operate.log.switch=true +#事件中心地址配置 +event.center.url=http://123.57.213.228:1117/prod-api/event/send_event_info + #db.company1.name=Company 1 #db.company1.driver=com.mysql.cj.jdbc.Driver #db.company1.url=jdbc:mysql://localhost:3306/hy_iot_paas2?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false @@ -321,13 +326,6 @@ logging.level.com.hypaas=INFO #application.microcontext=/lowcode-portal-logmanage #application.gatewaycontext=/lowcode-portal-logmanage -#设置为true时,输出日志,设置为false时,则不输出日志; -system.operate.log.switch=true -#事件中心地址配置 -event.center.url=http://123.57.213.228:1117/prod-api/event/send_event_info - - -