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