From e0dd1e28810b25b9ec4d7cd948885e99b63870cf Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 13 Oct 2020 17:42:08 +0800 Subject: [PATCH] pilot properties --- src/main/resources/application-prodapp.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-prodapp.yml b/src/main/resources/application-prodapp.yml index 0c57f69..902a827 100644 --- a/src/main/resources/application-prodapp.yml +++ b/src/main/resources/application-prodapp.yml @@ -5,11 +5,11 @@ spring: profiles: - active: dev + active: prodapp 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 - password: roc123pasd!@ + url: jdbc:mysql://180.215.221.145:3306/db_pilot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 + username: pilot + password: pilot123!@# driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: -- Gitblit v1.9.1