# coufran-spring-boot-starter-json **Repository Path**: coufran/coufran-spring-boot-starter-json ## Basic Information - **Project Name**: coufran-spring-boot-starter-json - **Description**: Spring starter:JSON - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2025-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Spring, SpringBoot, JSON, lib, Java ## README # 介绍 coufran-spring-boot-starter-json 包含了 Fastjson 依赖,并且提供了对 Hibernate 的支持。 # 用法 ## Hibernate 对象支持 可以过滤 Hibernate 中没有加载的缓存对象,防止在 Session 关闭后加载报错。 ```java JSON.toJSONString(xxx, new HibernateValueFilter()); ``` # 版本历史 ## v3.0.0(2025-08-10) 1. 升级 Fastjson 版本到 2.0.58。 2. 适配 Spring Boot 3,Spring Boot 2 不再被支持。