Caused by: com.github.pagehelper.PageException: java.lang.ClassNotFoundException: mysql问题
配置文件properties需要改动一下,我是使用yml配置
pageHelper:
dialect: mysql
改为:
pageHelper:
dialect: com.github.pagehelper.dialect.helper.MySqlDialect
配置文件properties需要改动一下,我是使用yml配置
pageHelper:
dialect: mysql
改为:
pageHelper:
dialect: com.github.pagehelper.dialect.helper.MySqlDialect