Conta Command

This documentation is very incomplete.

Description

This library simplifies the implementation of a command based API.

Installation on Micronaut

The module conta-command-tracing-mn adds the necessary support for Micronaut based applications. It will allow tracing commands and saving them to the database.

In order to enable it, it is just necessary to include the conta-open repository:

repositories {
    mavenCentral()
    maven {
        name 'contaOpen'
        url 'https://gitlab.com/api/v4/groups/12992043/-/packages/maven'
    }
}

and add the dependency:

dependencies {
    implementation 'no.conta.command:conta-command-tracing-mn:0.1.0'
}

Usage

Examples

Refer to conta-command-tracing-mn-example to check the configuration of the library in Micronaut.