jar

io.github.upmc-enterprises : autoconfiguration

Maven & Gradle

Apr 18, 2023
4 stars

UPMC Enterprises Graceful Shutdown Spring Boot Starter · 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.

Table Of Contents

Latest Version

Download io.github.upmc-enterprises : autoconfiguration JAR file - Latest Versions:

All Versions

Download io.github.upmc-enterprises : autoconfiguration JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.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 autoconfiguration-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.upmcenterprises.spring.starters.gracefulshutdown

├─ io.github.upmcenterprises.spring.starters.gracefulshutdown.GracefulShutdownAutoConfiguration.class - [JAR]

├─ io.github.upmcenterprises.spring.starters.gracefulshutdown.UpmcEnterprisesGracefulShutdownPostProcessor.class - [JAR]

├─ io.github.upmcenterprises.spring.starters.gracefulshutdown.UpmcGracefulShutdownProperties.class - [JAR]

├─ io.github.upmcenterprises.spring.starters.gracefulshutdown.WebFluxPreStopHookEndpoint.class - [JAR]

├─ io.github.upmcenterprises.spring.starters.gracefulshutdown.WebMvcPreStopHookEndpoint.class - [JAR]