You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zch 85b1d16ae9 build(hwmom-dms):排除 DMS 模块中不需要的消息总线依赖
— DMS模块通过 @DubboReference 调用 RemoteWorkflowService,而工作流模块使用Kafka,DMS模块通过依赖传递和Spring Boot自动配置机制意外初始化了Kafka AdminClient,但配置指向了错误的地址(localhost9092)。

- 在 hwmom-dms 模块的 pom.xml 文件中,为 hwmom-api-workflow 依赖添加了 exclusions 配置
- 排除了 org.dromara组的 ruoyi-common-bus 依赖,以避免引入不必要的消息总线组件
6 days ago
..
src/main feat(dms): 新增PDA接口(需测试并修改) 2 weeks ago
pom.xml build(hwmom-dms):排除 DMS 模块中不需要的消息总线依赖 6 days ago