From 91b94e564ffdfd088cc7e6fda8c85d11d52c55b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=E5=98=89=E9=98=B3?= Date: Thu, 26 Apr 2018 19:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=BA=90=E8=AE=B8=E5=8F=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- src/main/resources/application-prod.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index e702b4a..98102ce 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -17,8 +17,8 @@ spring: datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/db_imis2?useUnicode=true&characterEncoding=utf-8&useSSL=true - username: imis2 - password: 2015imis2 + username: + password: jpa: hibernate: diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 6fc34e7..5c8b933 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -22,8 +22,8 @@ spring: datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/db_imis2?useUnicode=true&characterEncoding=utf-8&useSSL=true - username: imis2 - password: 2015imis2 + username: xxx + password: xxx servlet: multipart: