springcloud feign请求方式变成post

错误: {“timestamp”:”2021-01-15T15:15:10.368+0000″,”status”:405,”error”:”Method…

springcloud feign访问提示LinkedHashMap问题

目前采用 泛型解决; 如果需要返回比较复杂的对象时,使用具体对象;

实例: springcloud+nacos+gateway+webservice

父pom.xml内容: webservice-biz模块 pom.xml; webservice-biz 的 入口Application,SpringApplication: 定义webservice的接口api webservice服务的实现类: 创建cxf…