diff --git a/src/main/resources/dbconfig.properties b/src/main/resources/dbconfig.properties index d2cec156..1bccc33d 100644 --- a/src/main/resources/dbconfig.properties +++ b/src/main/resources/dbconfig.properties @@ -3,6 +3,6 @@ hibernate.dialect=org.hibernate.dialect.MySQLDialect validationQuery.sqlserver=SELECT 1 jdbc.url.jeecg=jdbc:mysql://127.0.0.1:3306/wms?useUnicode=true&characterEncoding=UTF-8 jdbc.username.jeecg=root -jdbc.password.jeecg=Zzerp123 +jdbc.password.jeecg=root jdbc.dbType=mysql hibernate.hbm2ddl.auto=none