Improve repository.
- add kokuwa checkstyle - add dependabot - add dependency documentation - add code owners - add codeql - add license badge
This commit is contained in:
parent
f92d80d1a9
commit
0f6596becc
10 changed files with 196 additions and 47 deletions
15
README.md
15
README.md
|
@ -1,7 +1,20 @@
|
|||
# Micronaut Logging support
|
||||
|
||||
[](http://www.apache.org/licenses/)
|
||||
[](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml?label=Build)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/lint.yaml?label=Lint)
|
||||
|
||||
Include in your `pom.xml`:
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>io.kokuwa.micronaut</groupId>
|
||||
<artifactId>micronaut-logging</artifactId>
|
||||
<version>${version.io.kokuwa.micronaut.logging}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue