License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdme.silvernine |
ArtifactId | ArtifactIdspring-boot-graceful-shutdown |
Version | Version1.1.3 |
Type | Typejar |
Description |
DescriptionSpring Boot Graceful Shutdown
Add graceful shutdown support to Spring Boot applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | |
org.projectlombok : lombok | jar | 1.18.10 |
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 |