Exception in thread “main” org.apache.ibatis.exceptions.PersistenceException
1.首先关注目录src/main/resources文件夹下的SqlMapConfig.xml文件
如果你的mysql时8.0以上的版本,有两个地方需要修改:
MySQL 8.0 以上版本 - JDBC 驱动名及数据库 URL:
com.mysql.cj.jdbc.Driver
和
jdbc:mysql://localhost:3306/runoob?useSSL=false&serverTimezone=UTC
注意:因为xml文件中,为避免错误的解析,&符号实际用&来表示