fix: wms任务完成取消消费者

This commit is contained in:
2026-07-20 14:33:10 +08:00
parent bd4542e9ac
commit 1a8474e263
8 changed files with 69 additions and 23 deletions

View File

@@ -13,6 +13,7 @@ spring:
import:
- optional:classpath:application-${spring.profiles.active}.yaml # 加载【本地】配置
- optional:nacos:${spring.application.name}-${spring.profiles.active}.yaml # 加载【Nacos】的配置
- optional:classpath:application-mq-${spring.profiles.active}.yaml # 加载 MQ 配置
# Servlet 配置
servlet: