compatible version of com.google.gson.GsonBuilder
Action:Correct the classpath of your application so that it contains a single, compatible version of com.google.gson.GsonBuilder
如果你的springboot项目启动时报了以下错误,说明gson的版本问题,在启动项上加上
@SpringBootApplication(exclude = {GsonAutoConfiguration.class}) 注解即可解决