Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 516 Bytes

SpringbootDevtools

简介

一个在springboot环境下的“热交换”工具,与spring提供“spring-boot-devtools”相似,但更加轻便且支持自动编译。
本项目已经发布到Maven中央仓库,参见The Central Repository

Maven依赖

在你的Spring-Boot项目中加入以下依赖:

<dependency>
    <groupId>io.gitlab.wmwtr</groupId>
    <artifactId>spring-boot-devtools</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>