eclipse/sts springboot 热部署

Posted 黄光跃

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse/sts springboot 热部署相关的知识,希望对你有一定的参考价值。

1,导入依赖

<dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-devtools</artifactId>
        <optional>true</optional>
</dependency>

2,porject --> Build Automatically(勾选)

以上是关于eclipse/sts springboot 热部署的主要内容,如果未能解决你的问题,请参考以下文章

用Eclipse搭建第一个springboot应用

Eclipse+Spring boot开发教程

Eclipse (STS) 欢迎仪表板错误 - 无法看到欢迎仪表板

在Eclipse或者STS中使用SVN插件

spring 源码导入eclipse(sts)

在Eclipse/STS里添加代码反编译器(.class)步骤