Last Version

Spring Boot Graceful Shutdown 1.1.3

Add graceful shutdown support to Spring Boot applications.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

me.silvernine
ArtifactId

ArtifactId

spring-boot-graceful-shutdown
Version

Version

1.1.3
Type

Type

jar
Description

Description

Spring Boot Graceful Shutdown
Add graceful shutdown support to Spring Boot applications.
Project URL

Project URL

https://github.com/silvernine/spring-boot-graceful-shutdown
Source Code Management

Source Code Management

https://github.com/SilverNine/spring-boot-graceful-shutdown

Download spring-boot-graceful-shutdown 1.1.3


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

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-core Optional jar
org.slf4j : slf4j-api jar
org.springframework : spring-beans jar
org.springframework : spring-context jar
org.springframework : spring-core jar
org.springframework.boot : spring-boot jar
org.springframework.boot : spring-boot-actuator Optional jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

provided (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar
org.projectlombok : lombok jar 1.18.10

test (9)

Group / Artifact Type Version
junit : junit jar
org.assertj : assertj-core jar 3.13.2
org.asynchttpclient : async-http-client jar 2.10.2
org.mockito : mockito-core jar
org.springframework : spring-web jar
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework.boot : spring-boot-starter-logging jar
org.springframework.boot : spring-boot-starter-test jar
org.springframework.boot : spring-boot-starter-web jar

Project Modules

There are no modules declared in this project.