jar

net.morimekta.tiny.server : tiny-server

Maven & Gradle

Mar 22, 2023

Tiny Server · A tiny server starter for easy and minimal microservice handling. This is based on the assumption that the microservice does not use the admin HTTP server for anything but kubernetes status management. Dependencies are kept at a minimum, but should cover the basic needs of any microservice.

Table Of Contents

Latest Version

Download net.morimekta.tiny.server : tiny-server JAR file - Latest Versions:

All Versions

Download net.morimekta.tiny.server : tiny-server JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.4.x
0.3.x
0.2.x
0.1.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 tiny-server-0.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.morimekta.tiny.server.http

├─ net.morimekta.tiny.server.http.TinyHealth.class - [JAR]

├─ net.morimekta.tiny.server.http.TinyHealthHttpHandler.class - [JAR]

├─ net.morimekta.tiny.server.http.TinyHttpHandler.class - [JAR]

├─ net.morimekta.tiny.server.http.TinyHttpStatus.class - [JAR]

├─ net.morimekta.tiny.server.http.TinyHttpUtil.class - [JAR]

├─ net.morimekta.tiny.server.http.TinyReadyHttpHandler.class - [JAR]

net.morimekta.tiny.server

├─ net.morimekta.tiny.server.TinyApplication.class - [JAR]

├─ net.morimekta.tiny.server.TinyApplicationContext.class - [JAR]

net.morimekta.tiny.server.logback

├─ net.morimekta.tiny.server.logback.JsonLayout.class - [JAR]