Skip to content

Commit

Permalink
feat: jackson 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
injoon2019 committed Jul 20, 2024
1 parent 4e74f96 commit 855d6a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class JacksonConfig {
.configure(KotlinFeature.NullToEmptyCollection, false)
.configure(KotlinFeature.NullToEmptyMap, false)
.configure(KotlinFeature.NullIsSameAsDefault, false)
.configure(KotlinFeature.SingletonSupport, DISABLED)
.configure(KotlinFeature.StrictNullChecks, false)
.build()
)
Expand Down

0 comments on commit 855d6a8

Please sign in to comment.