s

spring-boot-graceful-shutdown

Add graceful shutdown support to Spring Boot applications.
https://github.com/timpeeters/spring-boot-graceful-shutdown
Apache License, Version 2.0
Tim Peeters
Files download
File Operation
spring-boot-graceful-shutdown-2.2.2.jar download
spring-boot-graceful-shutdown-2.2.2.pom download
spring-boot-graceful-shutdown-2.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.timpeeters</groupId>
  <artifactId>spring-boot-graceful-shutdown</artifactId>
  <version>2.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.timpeeters:spring-boot-graceful-shutdown:2.2.2'
Gradle Kotlin
implementation("com.github.timpeeters:spring-boot-graceful-shutdown:2.2.2")
Scala SBT
libraryDependencies += "com.github.timpeeters" % "spring-boot-graceful-shutdown" % "2.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.timpeeters', module='spring-boot-graceful-shutdown', version='2.2.2')
)
Apache Ivy
<dependency org="com.github.timpeeters" name="spring-boot-graceful-shutdown" rev="2.2.2" />
Leiningen
[com.github.timpeeters/spring-boot-graceful-shutdown "2.2.2"]
Apache Buildr
'com.github.timpeeters:spring-boot-graceful-shutdown:jar:2.2.2'