pagehelper-spring-boot-starter分页导致项目启动错误,
Error creating bean with name 'XXXXXX':......
spring-boot-starter-parent版本:2.3.0.RELEASE
而pagehelper-spring-boot-starter版本太低,导入1.3以上版本问题得以解决
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.3.1</version>
</dependency>标签: 开发日记