slankka
slankka
我也是1.2.29,也是出这个异常。SpringBoot + Feign+JDK 1.7.0_55。 JDK1.8就没有问题。 ``` //抓取最近发现的数据 {"data":true,"code":200,"msg":"success","success":true} ///对应结构 public class Response { private int code; private String msg; private T data; private String success } //对应FeignClient @FeignClient(name="xx", url="xxx") public...
@helloworldtang 你能在某一台机器上复现吗?这两台机器的JDK版本是不是一样的?我一直想复现来着。还有你的Model 类?
@helloworldtang 我怎么没有看出有什么不同的地方?1.2.31和1.2.49中com.alibaba.fastjson.util.TypeUtils.getRawClass 前两行 没有变化啊
 @helloworldtang 没有啊!!
各位好,为了方便新手,我创建了一个文档站点:[Cat-Cookbook](https://www.slankka.com/CatCookbook/zh/guide/install/dependencies.html) 能够方便大家解决依赖,构建问题。
Hello, If you are compiling cat, I suggest you do not use cat-client-2.0.0,for some reasons, the jars of earlier versions are not published to public repositories. However, for the cat...
配置文件不就是自定义配置嘛?你指的是什么?是说路径固定死了? 还是说需要提供spring-boot-cat-starter?
你为什么说3.0客户端把ClientConfigProvider的SPI移除了?不是还在吗? SpringBoot-starter,这个东西的确应该有人做,但是很多人光说不做。
重启了也没事。