refactor: use Jackson not Fastjson for smaller jar size

This commit is contained in:
ReaJason
2025-04-06 13:55:17 +08:00
parent 6a08b9220a
commit 79397c191a
3 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3'
implementation 'com.squareup.okhttp3:okhttp'
implementation 'ch.qos.logback:logback-classic'
implementation 'com.alibaba.fastjson2:fastjson2'
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'org.springframework:spring-webmvc'
implementation 'org.springframework:spring-webflux'