|
|
@@ -14,6 +14,8 @@ logging: |
|
|
|
|
|
|
|
#DataSource配置,默认主数据源 |
|
|
|
spring: |
|
|
|
profiles: |
|
|
|
include: rabbitmq |
|
|
|
datasource: |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
driverClassName: com.mysql.jdbc.Driver |
|
|
@@ -62,6 +64,15 @@ spring: |
|
|
|
minIdle: 0 |
|
|
|
#连接超时时间 |
|
|
|
timeout: 0 |
|
|
|
rabbitmq: |
|
|
|
host: 172.17.173.169 |
|
|
|
username: fumao |
|
|
|
password: f9l98 |
|
|
|
port: 5672 |
|
|
|
aliyunRocketmq: |
|
|
|
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V |
|
|
|
accessKeySecret: VfWqGb83qIQrS9us45utskl8itd7ry |
|
|
|
namesrvAddr: http://MQ_INST_1796289517488555_Bcqaq2is.cn-beijing.mq-internal.aliyuncs.com:8080 |
|
|
|
wechat: |
|
|
|
open: |
|
|
|
componentAppId: wxe68326867a19a32b |
|
|
|