????在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基础依赖版本

例如:
启动JRbel出现: Class 'org.springframework.boot.env.PropertiesPropertySourceLoader' could not be processed by org.zeroturnaround.javarebel.integration.spring.boot.cbp.PropertiesPropertySourceLoaderCB

相关文章:

  • 2022-12-23
  • 2021-11-11
  • 2021-05-26
  • 2021-09-18
  • 2021-12-26
  • 2022-12-23
  • 2021-09-09
  • 2021-09-27
猜你喜欢
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案