From 32affb9328997ab51b2c88f7f034c16a1e7ed6d0 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 30 五月 2025 17:15:20 +0800
Subject: [PATCH] 评论点赞
---
config/application.yml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/config/application.yml b/config/application.yml
index d5c9fae..70c7d2a 100644
--- a/config/application.yml
+++ b/config/application.yml
@@ -62,8 +62,10 @@
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://42.193.1.25:3306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+# url: jdbc:mysql://127.0.0.1:3306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: 321$YcYl@1970!
+# password: 123456
maxActive: 50
initialSize: 20
maxWait: 60000
@@ -306,12 +308,12 @@
xxl:
job:
admin:
- addresses: http://127.0.0.1:30001/xxl-job-admin
+ addresses: http://127.0.0.1:9001/xxl-job-admin
executor:
appname: xxl-job-executor-lilishop
address:
ip:
- port: 8891
+ port: 8848
logpath: ./xxl-job/executor
logretentiondays: 7
--
Gitblit v1.8.0