Skip to main content

juneau-microservice-core Basics

Maven Dependency

<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-microservice-core</artifactId>
<version>${juneau.version}</version>
</dependency>

Java Library

juneau-microservice-core-0.0.0.jar

OSGi Module

org.apache.juneau.microservice.core_0.0.0.jar

Contents/Features

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.