diff --git a/pom.xml b/pom.xml index 8b9c0311..2d3cec77 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,7 @@ 1.4 0.2.9 5.1.27 + 4.0 diff --git a/src/main/resources/dbconfig.properties b/src/main/resources/dbconfig.properties index 7f35ea07..64cd89fc 100644 --- a/src/main/resources/dbconfig.properties +++ b/src/main/resources/dbconfig.properties @@ -18,9 +18,9 @@ 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.url.jeecg=jdbc:mysql://112.74.182.205:3306/wms?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&useSSL=false jdbc.username.jeecg=root -#jdbc.password.jeecg=Qwer12345 jdbc.password.jeecg=Zzerp123 jdbc.dbType=mysql diff --git a/src/main/resources/jeecg/jeecg_database.properties b/src/main/resources/jeecg/jeecg_database.properties index c96066ce..5ee155ca 100644 --- a/src/main/resources/jeecg/jeecg_database.properties +++ b/src/main/resources/jeecg/jeecg_database.properties @@ -3,7 +3,6 @@ diver_name=com.mysql.jdbc.Driver url=jdbc:mysql://127.0.0.1:3306/wms?useUnicode=true&characterEncoding=UTF-8 username=root password=Zzerp123 - database_name=wms #oracle diff --git a/src/main/resources/spring-mvc-hibernate.xml b/src/main/resources/spring-mvc-hibernate.xml index a92252fd..9c9045e4 100644 --- a/src/main/resources/spring-mvc-hibernate.xml +++ b/src/main/resources/spring-mvc-hibernate.xml @@ -38,7 +38,7 @@ - @@ -49,6 +49,8 @@ --> + + @@ -143,4 +145,4 @@ - \ No newline at end of file +