a

autoconfiguration

A Spring Boot starter that enables Spring's graceful shutdown support and supplies actuator endpoints that can be used as a preStop hook for Kubernetes.
https://github.com/upmc-enterprises/graceful-shutdown-spring-boot-starter
MIT License
Bill Koch
文件下载
文件名 操作
autoconfiguration-2.0.0.jar 下载
autoconfiguration-2.0.0.pom 下载
autoconfiguration-2.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.upmc-enterprises</groupId>
  <artifactId>autoconfiguration</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.upmc-enterprises:autoconfiguration:2.0.0'
Gradle Kotlin
implementation("io.github.upmc-enterprises:autoconfiguration:2.0.0")
Scala SBT
libraryDependencies += "io.github.upmc-enterprises" % "autoconfiguration" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.upmc-enterprises', module='autoconfiguration', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.upmc-enterprises" name="autoconfiguration" rev="2.0.0" />
Leiningen
[io.github.upmc-enterprises/autoconfiguration "2.0.0"]
Apache Buildr
'io.github.upmc-enterprises:autoconfiguration:jar:2.0.0'
本项目依赖
该项目无第三方依赖