Migrate from jackson to micronaut serde

This commit is contained in:
Stephan Schnabel 2023-07-19 14:58:11 +02:00 committed by Stephan Schnabel
parent d53a54b8c3
commit c654786978
16 changed files with 127 additions and 8 deletions

View file

@ -14,6 +14,12 @@ Include in your `pom.xml`:
<version>${version.io.kokuwa.micronaut.logging}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- you can replace jsonp with jackson if you prefer jackson -->
<groupId>io.micronaut.serde</groupId>
<artifactId>micronaut-serde-jsonp</artifactId>
<scope>runtime</scope>
</dependency>
```
## Features