🔴在IDEA中启动SpringBoot项目时JRebel出现的错误:
Class 'org.springframework.boot.env.PropertiesPropertySourceLoader' could not be processed by org.zeroturnaround.javarebel.integration.spring.boot.cbp.PropertiesPropertySourceLoaderCBP@sun.misc.Launcher$AppClassLoader@18b4aac2
参考链接: https://blog.csdn.net/itkfdektxa/article/details/104227011
当前JRebel版本不支持高于spring4.2.7以上的版本。
解决方式: 降低SpringBoot基础依赖版本
例如: