報(bào)錯(cuò)信息:
Cannot load connection class because of underlying exception: com.mysql.cj.exceptions.WrongArgumentE
錯(cuò)誤原因:
mysql驅(qū)動(dòng)版本為8.0速兔,數(shù)據(jù)庫連接串的驅(qū)動(dòng)和url要改成如下:
<property name="javax.persistence.jdbc.driver" value="com.mysql.cj.jdbc.Driver"/>
<property name="javax.persistence.jdbc.url" value="jdbc:mysql://127.0.0.1:3306/bili_jpa?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai"/>