Migrate from jackson to micronaut serde (#159)
This commit is contained in:
parent
c1f63ff146
commit
21c92edfe9
17 changed files with 144 additions and 18 deletions
|
@ -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>
|
||||
```
|
||||
|
||||
Or use in `dependencyManagement` in `pom.xml`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue