refactor: use Jackson not Fastjson for smaller jar size

This commit is contained in:
ReaJason
2025-04-06 11:39:11 +08:00
parent d32428410e
commit 9200e626b3
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'