.health.2.1.33.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of health Show documentation
Show all versions of health Show documentation
A handler endpoint that output OK only for other application to check if this service is alive
module com.networknt.health {
exports com.networknt.health;
requires com.networknt.handler;
requires undertow.core;
requires org.slf4j;
requires java.logging;
}