Spring Boot 1.5.6自动重装不起作用

时间:2017-09-10 14:21:59

标签: spring spring-mvc spring-boot spring-tool-suite hotswap

我正在使用Spring Boot应用程序。我想自动重新加载spring boot的功能,所以我可以在我的应用程序上获得java代码更改效果,但它对我不起作用。以下是我申请的详细信息:

Spring Boot Version: 1.5.6.RELEASE
Type: Maven
Packaging: War
IDE: STS (Spring Tool Suite)
Java Version: 1.8.0_144
OS: Ubuntu 16.04.3 LTS

我为自动重新加载添加了以下依赖项。

<dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-devtools</artifactId>
        <scope>runtime</scope>
</dependency>

请帮我解决这个问题。

0 个答案:

没有答案