🔴在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基礎依賴版本
例如: