摘要
JDK:1.8.0_202
SpringBoot:2.2.6.RELEASE
# 一:问题
# 二:解决方法
升级gson版本到2.6以上
如:
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>
1
2
3
4
5
2
3
4
5
也可使用自身Spring Boot版本对应GSON版本 https://mvnrepository.com/artifact/org.springframework.boot/spring-boot/2.2.6.RELEASE (opens new window)