|
@@ -3,6 +3,10 @@ spring:
|
|
|
redis:
|
|
|
host: localhost
|
|
|
port: 6379
|
|
|
+ rabbitmq:
|
|
|
+ username: serbia
|
|
|
+ password: serbia
|
|
|
+ addresses: 127.0.0.1:5672
|
|
|
datasource:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
druid:
|
|
@@ -218,4 +222,5 @@ wx:
|
|
|
config-storage:
|
|
|
type: RedisTemplate # 采用 RedisTemplate 操作 Redis,会自动从 Spring 中获取
|
|
|
key-prefix: wa # Redis Key 的前缀
|
|
|
- http-client-type: HttpClient # 采用 HttpClient 请求微信公众号平台
|
|
|
+ http-client-type: HttpClient # 采用 HttpClient 请求微信公众号平台
|
|
|
+
|