update easy-retry 3.1.0 => 3.1.1 增加日志自动推送配置与nacos自动发现server服务自动重试连接功能

This commit is contained in:
疯狂的狮子Li
2024-03-17 23:28:52 +08:00
parent 799739c16e
commit 5370d7785c
4 changed files with 77 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ easy-retry:
# 需要在EasyRetry后台组管理创建对应名称的组,然后创建任务的时候选择对应的组,才能正确分派任务
group-name: "ruoyi_group"
server:
# 从 nacos 获取服务
server-name: ruoyi-easyretry-server
# 服务名优先 ip垫底
host: 127.0.0.1
port: 1788
# 详见 script/sql/easy_retry.sql `namespace` 表