|
@@ -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?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false"
|
|
|
|
|
|
+ connectionURL="jdbc:mysql://ip-191:3306/biaozhu_medical_kg?nullCatalogMeansCurrent=true"
|
|
userId="xxx"
|
|
userId="xxx"
|
|
password="xxx"/>
|
|
password="xxx"/>
|
|
|
|
|