Caused by: com.github.pagehelper.PageException: java.lang.ClassNotFoundException: mysql问题

配置文件properties需要改动一下,我是使用yml配置
pageHelper:
dialect: mysql
改为:

pageHelper:
dialect: com.github.pagehelper.dialect.helper.MySqlDialect

posted @ 2020-12-21 18:25  y6ming  阅读(1106)  评论(0)    收藏  举报