Migrate to kokuwa parent (#174)
This commit is contained in:
parent
7e56003ba3
commit
ed2420a32f
9 changed files with 140 additions and 417 deletions
27
README.md
27
README.md
|
@ -2,8 +2,7 @@
|
|||
|
||||
[](http://www.apache.org/licenses/)
|
||||
[](https://central.sonatype.com/namespace/io.kokuwa.micronaut)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/ci.yaml?query=branch%3Amain)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/ci.yaml?query=branch%3A4.x)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/build.yaml)
|
||||
|
||||
Include in your `pom.xml`:
|
||||
|
||||
|
@ -16,29 +15,6 @@ Include in your `pom.xml`:
|
|||
</dependency>
|
||||
```
|
||||
|
||||
Or use in `dependencyManagement` in `pom.xml`:
|
||||
|
||||
```xml
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>io.kokuwa.micronaut</groupId>
|
||||
<artifactId>micronaut-logging</artifactId>
|
||||
<version>${version.io.kokuwa.micronaut.logging}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micronaut</groupId>
|
||||
<artifactId>micronaut-bom</artifactId>
|
||||
<version>${version.io.micronaut}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
* Version [3.x](https://github.com/kokuwaio/micronaut-logging/tree/main) is based on SLF4J 1.7 & Logback 1.2
|
||||
|
@ -56,4 +32,3 @@ Or use in `dependencyManagement` in `pom.xml`:
|
|||
* configure mdc on refresh event
|
||||
* read **serviceName** and **serviceVersion** from yaml
|
||||
* support auto select appender with custom `logback.xml`
|
||||
* add maven site with jacoco / dependency updates for snapshot build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue