| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.erdanielli |
| ArtifactId | ArtifactIdspring-boot-graceful-shutdown |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Boot graceful shut down
Graceful shut down support for Spring Boot
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- 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"]
| 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 |