File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
rocketmq-consumer/src/main/resources
rocketmq-producer/src/main/resources Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ springboot-cli主要用于能够快速搭建基于springboot的项目框架,
6
6
# demo
7
7
8
8
- Oauth2
9
+ - oauth2-authorization-server
10
+ - oauth2-resource
9
11
10
12
- SSO
13
+ - sso-auth-client01
14
+ - sso-auth-client02
15
+ - sso-auth-server
11
16
12
17
- SpringBoot + RocketMQ
18
+ - rocketmq-producer
19
+ - rocketmq-consumer
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ server.port=8082
3
3
# rocketmqťů´ĄĹäÖĂ
4
4
springboot.cli.rocketmq-consume.topic =springboot-cli-topic
5
5
spirngboot.cli.rocketmq-consume.group =springboot-rocketmq-group
6
- spirngboot.cli.rocketmq-consume.namesrv.address =127.0.0.1 :9876
6
+ spirngboot.cli.rocketmq-consume.namesrv.address =121.40.104.145 :9876
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ server.port=8081
2
2
3
3
# rocketmq基础配置
4
4
springboot.cli.rocketmq-producer.topic =springboot-cli-topic
5
- spirngboot.cli.rocketmq-namesrv.address =127.0.0.1 :9876
5
+ spirngboot.cli.rocketmq-namesrv.address =121.40.104.145 :9876
6
6
spirngboot.cli.rocketmq-producer.group =springboot-rocketmq-group
7
7
8
8
# rocketmq
You can’t perform that action at this time.
0 commit comments