Skip to content

Commit

Permalink
Change serialization-inclusion property to work with micronaut 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Dec 10, 2023
1 parent 3bf98d7 commit 79b2b4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ micronaut:
folder: src/main/html/webapp

autoRetireInterval: 10m
jackson:
serialization-inclusion: ALWAYS
serde:
serialization:
inclusion: ALWAYS
5 changes: 3 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ micronaut:
- file:sample/pages
views:
folder: webapp
jackson:
serialization-inclusion: ALWAYS
serde:
serialization:
inclusion: ALWAYS

0 comments on commit 79b2b4e

Please sign in to comment.