|
@@ -43,7 +43,7 @@
|
|
|
|
|
|
|
|
<!--数据库连接信息-->
|
|
<!--数据库连接信息-->
|
|
|
<jdbcConnection driverClass="com.mysql.cj.jdbc.Driver"
|
|
<jdbcConnection driverClass="com.mysql.cj.jdbc.Driver"
|
|
|
- connectionURL="jdbc:mysql://127.0.0.1:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&verifyServerCertificate=false&useSSL=false"
|
|
|
|
|
|
|
+ connectionURL="jdbc:mysql://127.0.0.1:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&verifyServerCertificate=false&useSSL=false&nullCatalogMeansCurrent=true"
|
|
|
userId="litemall"
|
|
userId="litemall"
|
|
|
password="litemall123456"/>
|
|
password="litemall123456"/>
|
|
|
|
|
|