|
@@ -103,7 +103,7 @@
|
|
<!--数据库连接配置 need to change-->
|
|
<!--数据库连接配置 need to change-->
|
|
<jdbcConnection
|
|
<jdbcConnection
|
|
driverClass="com.mysql.cj.jdbc.Driver"
|
|
driverClass="com.mysql.cj.jdbc.Driver"
|
|
- connectionURL="jdbc:mysql://ip-191:3306/biaozhu_medical_kg?nullCatalogMeansCurrent=true"
|
|
|
|
|
|
+ connectionURL="jdbc:mysql://ip-191:3306/biaozhu_medical_kg?nullCatalogMeansCurrent=true&serverTimezone=UTC"
|
|
userId="xxx"
|
|
userId="xxx"
|
|
password="xxx"/>
|
|
password="xxx"/>
|
|
|
|
|