!152 update 更新EasyRetry v3.1.1 => v3.2.0 更新数据库sql脚本,添加表前缀er_支持

* fix 修复easy-retry oracle脚本数据插入主键自增错误
* update 服务接入easy-retry添加令牌支持
* update 更新EasyRetry v3.1.1 => v3.2.0 更新数据库sql脚本,添加表前缀er_支持
This commit is contained in:
秋辞未寒
2024-04-08 06:40:54 +00:00
committed by 疯狂的狮子Li
parent 4394d3b2b4
commit a13ee67a2b
9 changed files with 1690 additions and 876 deletions

View File

@@ -36,11 +36,13 @@ easy-retry:
enabled: true
# 需要在EasyRetry后台组管理创建对应名称的组,然后创建任务的时候选择对应的组,才能正确分派任务
group-name: "ruoyi_group"
# EasyRetry接入验证令牌
token: "ER_cKqBTPzCsWA3VyuCfFoccmuIEGXjr5KT"
server:
# 从 nacos 获取服务
server-name: ruoyi-easyretry-server
# 服务名优先 ip垫底
host: 127.0.0.1
port: 1788
# 详见 script/sql/easy_retry.sql `namespace` 表
# 详见 script/sql/easy_retry.sql `er_namespace` 表
namespace: ${spring.profiles.active}