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 依赖,以避免引入不必要的消息总线组件master
parent
39fae78e10
commit
85b1d16ae9
Loading…
Reference in New Issue