环境:Springboot,idea
报错:
JRebel: ERROR Class 'org.springframework.boot.env.PropertiesPropertySourceLoader' could not be processed by org.zeroturnaround.javarebel.integration
原因:
网上说了一大顿,可能大部分不符合我的情况,最终结果确认是Springboot的版本太高了,我的Jrebel版本太低,不支持高于spring4.2.7的版本,将Jrebel升级到最新版本就可以了。。。
本文详细介绍了在使用JRebel热更新工具时遇到的与高版本SpringBoot不兼容的问题,主要原因是JRebel版本过低,无法支持SpringBoot4.2.7以上的版本。解决方案是将JRebel升级到最新版本。
3101





