The above connection configuration mysql8

 <property name="driver" value="com.mysql.cj.jdbc.Driver"/>
                <property name="url" value="jdbc:mysql://localhost:3306/${yourTabletName}?&amp;useSSL=false&amp;serverTimezone=UTC"/>

This solves the drive does not correspond to a different time zone, and SSL issues

Guess you like

Origin www.cnblogs.com/ZJPaang/p/10926555.html