fix:任务创建/修改状态

This commit is contained in:
2026-07-15 08:59:54 +08:00
parent 254797a154
commit 63994ef588
24 changed files with 707 additions and 50 deletions

View File

@@ -79,6 +79,8 @@ spring:
# rocketmq 配置项,对应 RocketMQProperties 配置类
rocketmq:
name-server: 127.0.0.1:9876 # RocketMQ Namesrv
producer:
group: ${spring.application.name}_TASK_DEV_PRODUCER # 生产者分组
spring:
# RabbitMQ 配置项,对应 RabbitProperties 配置类