juneau-microservice-core
<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-microservice-core</artifactId>
<version>{@property juneauVersion}</version>
</dependency>
juneau-microservice-core-{@property juneauVersion}.jar
org.apache.juneau.microservice.core_{@property juneauVersion}.jar
Juneau Microservice is an API for creating stand-alone executable jars with automatic support for
Juneau configurations and console commands.
Features include:
-
A builder-based API for defining and starting microservices.
-
An extensible API that allows you to hook into various lifecycle events.
-
Simple-to-use APIs for accessing manifest file entries, command-line arguments, and external configuration
file properties.