做圖標(biāo)去什么網(wǎng)站找最新實(shí)時(shí)新聞
1. 問(wèn)題
2. 原因
項(xiàng)目中SpringBoot的版本為2.7.18。
SpringBoot2.6.x后不推薦使用循環(huán)依賴(lài),也就是說(shuō)從2.6.x版本開(kāi)始,如果項(xiàng)目里還存在循環(huán)依賴(lài),SpringBoot將拒絕啟動(dòng)!
3. 解決
去pageHelper github看,才看到新版本已經(jīng)解決了這個(gè)問(wèn)題。
更新pageHelper的版本:
<dependency><groupId>com.github.pagehelper</groupId><artifactId>pagehelper-spring-boot-starter</artifactId><version>1.4.1</version>
</dependency>