From 7dd18c75b06aa95cd2a185790353450f9524ab16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Thu, 17 Jun 2021 12:43:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=96=B0=20jackson=20?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ ruoyi-ui/src/views/index.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ef62749..227fffe6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ * 监控框架 spring-boot-admin 全方位服务监控 * 校验框架 validation 增强接口安全性 严谨性 * 文档框架 knife4j 美化接口文档 +* 序列化框架 统一使用 jackson 高效可靠 * 代码生成器 一键生成前后端代码 ## 参考文档 @@ -37,6 +38,7 @@ * 移除 自带服务监控 改为 spring-boot-admin 全方位监控 * 增加 demo 模块示例(给不会增加模块的小伙伴做参考) * 增加 redisson 支持分布式锁 功能更强大 +* 移除 fastjson 统一使用 jackson 序列化 ### 代码改动 diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 5f487c91..d16cf124 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -53,7 +53,7 @@
  • JWT
  • MyBatis
  • Druid
  • -
  • Fastjson
  • +
  • Jackson
  • ...