forest icon indicating copy to clipboard operation
forest copied to clipboard

fastjson2 不支持

Open ylq5126 opened this issue 3 years ago • 1 comments

JSON converter cannot be found. Please check your classpath if there is the JSON framework, eg. Jackson (>= 2.9.10), Gson or Fastjson (>= 1.2.48), in the dependencies of your project.

maven dependency <groupId>com.dtflys.forest</groupId> <artifactId>forest-core</artifactId> 1.5.26 <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> 2.0.15 <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> 1.18.24 provided <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> 3.21.7

ylq5126 avatar Oct 10 '22 05:10 ylq5126

Currently, Forest does not support fastjson2. But it will be integrated in future version.

mySingleLive avatar Oct 12 '22 03:10 mySingleLive