|
@@ -7,7 +7,7 @@ spring:
|
|
# 端口,默认为6379
|
|
# 端口,默认为6379
|
|
port: 6379
|
|
port: 6379
|
|
# 密码
|
|
# 密码
|
|
- password: pass4Redis
|
|
|
|
|
|
+ password:
|
|
# 连接超时时间
|
|
# 连接超时时间
|
|
timeout: 30s
|
|
timeout: 30s
|
|
lettuce:
|
|
lettuce:
|
|
@@ -125,3 +125,13 @@ spring:
|
|
wall:
|
|
wall:
|
|
config:
|
|
config:
|
|
multi-statement-allow: true
|
|
multi-statement-allow: true
|
|
|
|
+rocketmq:
|
|
|
|
+ name-server: rmq-1243b25nj.rocketmq.gz.public.tencenttdmq.com:8080 # RocketMQ NameServer 地址
|
|
|
|
+ producer:
|
|
|
|
+ group: my-producer-group
|
|
|
|
+ access-key: ak1243b25nj17d4b2dc1a03 # 替换为实际的 accessKey
|
|
|
|
+ secret-key: sk08a7ea1f9f4b0237 # 替换为实际的 secretKey
|
|
|
|
+ consumer:
|
|
|
|
+ group: test-group
|
|
|
|
+ access-key: ak1243b25nj17d4b2dc1a03 # 替换为实际的 accessKey
|
|
|
|
+ secret-key: sk08a7ea1f9f4b0237 # 替换为实际的 secretKey
|