spring-boot-devtools

Similar to spring-boot-devtools provided by spring, but it‘s more lightweight and support automatically compile.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.gitlab.wmwtr
ArtifactId

ArtifactId

spring-boot-devtools
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-devtools
Similar to spring-boot-devtools provided by spring, but it‘s more lightweight and support automatically compile.
Project URL

Project URL

https://github.com/wmwtr/SpringbootDevtools
Source Code Management

Source Code Management

https://github.com/wmwtr/SpringbootDevtools

Download spring-boot-devtools

How to add to project

<!-- https://jarcasting.com/artifacts/io.gitlab.wmwtr/spring-boot-devtools/ -->
<dependency>
    <groupId>io.gitlab.wmwtr</groupId>
    <artifactId>spring-boot-devtools</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.wmwtr/spring-boot-devtools/
implementation 'io.gitlab.wmwtr:spring-boot-devtools:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.gitlab.wmwtr/spring-boot-devtools/
implementation ("io.gitlab.wmwtr:spring-boot-devtools:1.0.0.RELEASE")
'io.gitlab.wmwtr:spring-boot-devtools:jar:1.0.0.RELEASE'
<dependency org="io.gitlab.wmwtr" name="spring-boot-devtools" rev="1.0.0.RELEASE">
  <artifact name="spring-boot-devtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.wmwtr', module='spring-boot-devtools', version='1.0.0.RELEASE')
)
libraryDependencies += "io.gitlab.wmwtr" % "spring-boot-devtools" % "1.0.0.RELEASE"
[io.gitlab.wmwtr/spring-boot-devtools "1.0.0.RELEASE"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-io : commons-io jar 2.6
org.springframework.boot : spring-boot-starter-web jar 2.3.1.RELEASE

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.0.RELEASE