From 2b6e54e96e32999f1c2ef03f54c636d5f5961dee Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 02 Mar 2022 10:49:28 +0800 Subject: [PATCH] Merge branch 'bea' of http://120.27.238.55:7000/r/exchange into bea --- src/main/resources/application-prod.yml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index a77cc85..dab3352 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -8,8 +8,8 @@ active: prod datasource: url: jdbc:mysql://127.0.0.1:3306/db_bea?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 - username: db_bea - password: bea123!@# + username: ct_test + password: 123456 driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: @@ -50,7 +50,7 @@ ## Redis数据库索引(默认为0) database: 1 ## Redis服务器地址 - host: 127.0.0.1 + host: 154.91.195.155 ## Redis服务器连接端口 port: 6379 ## Redis服务器连接密码(默认为空) @@ -74,8 +74,8 @@ rabbitmq: host: 127.0.0.1 port: 5672 - username: abc_user - password: abc123 + username: ct_rabbit + password: 123456 publisher-confirm-type: correlated @@ -99,7 +99,7 @@ day-line: true other-job: true loop-job: false - rabbit-consumer: false + rabbit-consumer: true block-job: true aliyun: -- Gitblit v1.9.1