.tiny.server.tiny-server.0.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tiny-server Show documentation
Show all versions of tiny-server Show documentation
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.
module net.morimekta.tiny.server {
exports net.morimekta.tiny.server;
exports net.morimekta.tiny.server.http;
exports net.morimekta.tiny.server.config;
exports net.morimekta.tiny.server.secrets;
requires java.net.http;
requires java.logging;
requires jdk.httpserver;
requires net.morimekta.terminal;
requires net.morimekta.file;
requires net.morimekta.collect;
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.dataformat.yaml;
requires org.slf4j;
requires jul.to.slf4j;
requires ch.qos.logback.classic;
requires ch.qos.logback.core;
// and automatic module names...
requires simpleclient;
requires simpleclient.common;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy