Spring Boot graceful shut down

Graceful shut down support for Spring Boot

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.erdanielli
ArtifactId

ArtifactId

spring-boot-graceful-shutdown
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot graceful shut down
Graceful shut down support for Spring Boot
Project URL

Project URL

https://github.com/erdanielli/spring-boot-graceful-shutdown
Project Organization

Project Organization

spring-boot-graceful-shutdown
Source Code Management

Source Code Management

https://github.com/erdanielli/spring-boot-graceful-shutdown.git

Download spring-boot-graceful-shutdown

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.erdanielli/spring-boot-graceful-shutdown/ -->
<dependency>
    <groupId>com.github.erdanielli</groupId>
    <artifactId>spring-boot-graceful-shutdown</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.erdanielli/spring-boot-graceful-shutdown/
implementation 'com.github.erdanielli:spring-boot-graceful-shutdown:2.1.1'
// https://jarcasting.com/artifacts/com.github.erdanielli/spring-boot-graceful-shutdown/
implementation ("com.github.erdanielli:spring-boot-graceful-shutdown:2.1.1")
'com.github.erdanielli:spring-boot-graceful-shutdown:jar:2.1.1'
<dependency org="com.github.erdanielli" name="spring-boot-graceful-shutdown" rev="2.1.1">
  <artifact name="spring-boot-graceful-shutdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.erdanielli', module='spring-boot-graceful-shutdown', version='2.1.1')
)
libraryDependencies += "com.github.erdanielli" % "spring-boot-graceful-shutdown" % "2.1.1"
[com.github.erdanielli/spring-boot-graceful-shutdown "2.1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure Optional jar 2.1.2.RELEASE
org.apache.tomcat.embed : tomcat-embed-core Optional jar 9.0.14
io.undertow : undertow-servlet Optional jar 2.0.16.Final

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.1
2.1.0
2.0.0
1.5.0