Conta Command
This documentation is very incomplete. |
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'
}