From 20e591f72a8958b7bce892684066ac4b71f9d84e Mon Sep 17 00:00:00 2001 From: zhangdaihao Date: Mon, 13 Feb 2017 18:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/dbconfig.properties | 2 +- src/main/resources/jeecg/jeecg_database.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/dbconfig.properties b/src/main/resources/dbconfig.properties index 18298207..8eb6f029 100644 --- a/src/main/resources/dbconfig.properties +++ b/src/main/resources/dbconfig.properties @@ -17,7 +17,7 @@ #MySQL hibernate.dialect=org.hibernate.dialect.MySQLDialect validationQuery.sqlserver=SELECT 1 -jdbc.url.jeecg=jdbc:mysql://localhost:3306/jeecg_3_6_6?useUnicode=true&characterEncoding=UTF-8 +jdbc.url.jeecg=jdbc:mysql://localhost:3306/jeecg?useUnicode=true&characterEncoding=UTF-8 jdbc.username.jeecg=root jdbc.password.jeecg=root jdbc.dbType=mysql diff --git a/src/main/resources/jeecg/jeecg_database.properties b/src/main/resources/jeecg/jeecg_database.properties index 531a34bb..9bf1f16b 100644 --- a/src/main/resources/jeecg/jeecg_database.properties +++ b/src/main/resources/jeecg/jeecg_database.properties @@ -1,9 +1,9 @@ #mysql diver_name=com.mysql.jdbc.Driver -url=jdbc:mysql://localhost:3306/jeecg_ceshi?useUnicode=true&characterEncoding=UTF-8 +url=jdbc:mysql://localhost:3306/jeecg?useUnicode=true&characterEncoding=UTF-8 username=root password=root -database_name=jeecg_ceshi +database_name=jeecg #oracle #diver_name=oracle.jdbc.driver.OracleDriver