Server Status Service

Web's Server Status Service

License

License

GroupId

GroupId

com.harium.web
ArtifactId

ArtifactId

healthcare
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Server Status Service
Web's Server Status Service

Download healthcare

How to add to project

<!-- https://jarcasting.com/artifacts/com.harium.web/healthcare/ -->
<dependency>
    <groupId>com.harium.web</groupId>
    <artifactId>healthcare</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.web/healthcare/
implementation 'com.harium.web:healthcare:1.0.0'
// https://jarcasting.com/artifacts/com.harium.web/healthcare/
implementation ("com.harium.web:healthcare:1.0.0")
'com.harium.web:healthcare:jar:1.0.0'
<dependency org="com.harium.web" name="healthcare" rev="1.0.0">
  <artifact name="healthcare" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.web', module='healthcare', version='1.0.0')
)
libraryDependencies += "com.harium.web" % "healthcare" % "1.0.0"
[com.harium.web/healthcare "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.harium.web : core jar 1.0.2
com.harium.web : json jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

web-healthcare

Web module to check server status. It creates a "/health" route in your server if status

Maven

<dependency>
    <groupId>com.harium.marine</groupId>
    <artifactId>healthcheck</artifactId>
    <version>1.1.0</version>
</dependency>

Usage

Using raw SparkJava

new HealthCheck().init();

Using Harium Web

Web.register(HealthCheck.class);

Then, access /health route via GET:

http://localhost:8080/health
com.harium.web

Harium

Versions

Version
1.0.0