jar

io.service84.library : standardservice

Maven & Gradle

Jun 04, 2022
0 stars

Standard Service · Exposes Health, Metric, and Liveness endpoints in a Spring service.

Table Of Contents

Latest Version

Download io.service84.library : standardservice JAR file - Latest Versions:

All Versions

Download io.service84.library : standardservice JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.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 standardservice-1.3.50.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.service84.library.standardservice.api.rest.models

├─ io.service84.library.standardservice.api.rest.models.ErrorDTO.class - [JAR]

io.service84.library.standardservice.api.rest.controllers

├─ io.service84.library.standardservice.api.rest.controllers.HealthController.class - [JAR]

├─ io.service84.library.standardservice.api.rest.controllers.MetricsController.class - [JAR]

├─ io.service84.library.standardservice.api.rest.controllers.ReadinessController.class - [JAR]

├─ io.service84.library.standardservice.api.rest.controllers.ServerErrorHandler.class - [JAR]

io.service84.library.standardservice.services

├─ io.service84.library.standardservice.services.HealthService.class - [JAR]

├─ io.service84.library.standardservice.services.MetricsService.class - [JAR]

├─ io.service84.library.standardservice.services.ReadinessService.class - [JAR]

├─ io.service84.library.standardservice.services.RequestService.class - [JAR]