使用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>

 

就可以正常使用了

posted @ 2019-04-12 13:41  我真的看不懂  阅读(463)  评论(0编辑  收藏  举报