You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
server: |
|
port: 40003 |
|
spring: |
|
application: |
|
name: @artifactId@ |
|
cloud: |
|
stream: |
|
rocketmq: |
|
# rocketmq-binder配置项,对应RocketMQBinderConfigurationProperties类 |
|
binder: |
|
name-server: 192.168.3.10:9876 |
|
# 也可以配置密码,可以设置开启acl,目前只是在内网使用没开,后期有这方面需求在开启 |
|
# access-key: |
|
# secret-key:
|
|
|