From c496fc3162bbd0c1219110df02611ac1433a1403 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 25 Nov 2020 17:55:35 +0800 Subject: [PATCH] 20201125 --- src/main/resources/application.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e7a865f..61c214a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,7 +5,7 @@ spring: profiles: - active: prodapp + active: test datasource: url: jdbc:mysql://rm-bp1i2g5rg5dubo9s40o.mysql.rds.aliyuncs.com:3306/db_roc?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 username: roc_user @@ -72,10 +72,10 @@ ## 连接超时时间(毫秒) timeout: 30000 rabbitmq: - host: 47.114.114.219 + host: 120.27.238.55 port: 5672 - username: roc_user - password: roc123456 + username: ct_rabbit + password: 123456 publisher-confirm-type: correlated -- Gitblit v1.9.1