| <dependency>
| <groupId>org.apache.juneau</groupId>
| <artifactId>juneau-microservice-core</artifactId>
| <version>9.0.0</version>
| </dependency>
| juneau-microservice-core-9.0.0.jar
| org.apache.juneau.microservice.core_9.0.0.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.