jar

com.github.erdanielli : spring-boot-graceful-shutdown

Maven & Gradle

Jan 19, 2019
23 stars

Spring Boot graceful shut down · Graceful shut down support for Spring Boot

Table Of Contents

Latest Version

Download com.github.erdanielli : spring-boot-graceful-shutdown JAR file - Latest Versions:

All Versions

Download com.github.erdanielli : spring-boot-graceful-shutdown JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-graceful-shutdown-1.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.erdanielli.boot.shutdown.tomcat

├─ com.github.erdanielli.boot.shutdown.tomcat.TomcatGracefulShutdown.class - [JAR]

├─ com.github.erdanielli.boot.shutdown.tomcat.TomcatGracefulShutdownConfiguration.class - [JAR]

com.github.erdanielli.boot.shutdown.undertow

├─ com.github.erdanielli.boot.shutdown.undertow.UndertowGracefulShutdown.class - [JAR]

├─ com.github.erdanielli.boot.shutdown.undertow.UndertowGracefulShutdownConfiguration.class - [JAR]

com.github.erdanielli.boot.shutdown

├─ com.github.erdanielli.boot.shutdown.GracefulShutdown.class - [JAR]

├─ com.github.erdanielli.boot.shutdown.GracefulShutdownAutoConfiguration.class - [JAR]