使用eclipse,对spring boot 进行springloader或者devtool热部署失败处理方法

确定配置进行依赖和配置没有错误后。

调整spring boot 的版本,因为新版本对老版本的spring boot 不能使用。

改为:

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.6.RELEASE</version>

就可以正常使用了

猜你喜欢

转载自www.cnblogs.com/LiangPF/p/10695553.html