build: 更新 RocketMQ 配置并调整依赖项
- 在 application-dev.yaml 和 application-local.yaml 文件中更新 RocketMQ 名称服务器地址为 192.168.201.58:9876 - 在 yudao-spring-boot-starter-mq/pom.xml 中取消 rocketmq-spring-boot-starter 依赖项的 optional 标记
This commit is contained in:
parent
d508313565
commit
2b74e4ac50
|
|
@ -36,7 +36,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.rocketmq</groupId>
|
||||
<artifactId>rocketmq-spring-boot-starter</artifactId>
|
||||
<optional>true</optional>
|
||||
<!--<optional>true</optional>-->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ spring:
|
|||
|
||||
# rocketmq 配置项,对应 RocketMQProperties 配置类
|
||||
rocketmq:
|
||||
name-server: 127.0.0.1:9876 # RocketMQ Namesrv
|
||||
name-server: 192.168.201.58:9876 # RocketMQ Namesrv
|
||||
|
||||
spring:
|
||||
# RabbitMQ 配置项,对应 RabbitProperties 配置类
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ spring:
|
|||
|
||||
# rocketmq 配置项,对应 RocketMQProperties 配置类
|
||||
rocketmq:
|
||||
name-server: 127.0.0.1:9876 # RocketMQ Namesrv
|
||||
name-server: 192.168.201.58:9876 # RocketMQ Namesrv
|
||||
|
||||
spring:
|
||||
# RabbitMQ 配置项,对应 RabbitProperties 配置类
|
||||
|
|
|
|||
Loading…
Reference in New Issue