abel533 / Mybatis-Spring

这是一个集成了Mybatis分页插件和通用Mapper的示例项目
941 stars 610 forks source link

error creating bean with name 'sqlsessionfactory' defined in class path resource #50

Open duocoding opened 3 years ago

duocoding commented 3 years ago

使用的mybatis-plus插件自动生成domain和xml映射文件,使用pageHelper的spring-boot-starter时候,配置都一模一样,但是运行报错,提示error creating bean with name 'sqlsessionfactory',如果不用分页插件运行正常,有哪位大佬知道是什么原因吗?