Request method 'POST' not supportedorg.springframework.web.HttpRequestMethodNotSupportedException:
Request method 'POST' not supported
解决办法:
在远程调用fegin使用GET请求时 应该附加注解 @RequestParam(“pgQuery”)
实体类或者单个参数同样适用
在controller接受参数时则注解可以不用加
Request method 'POST' not supportedorg.springframework.web.HttpRequestMethodNotSupportedException:
Request method 'POST' not supported
解决办法:
在远程调用fegin使用GET请求时 应该附加注解 @RequestParam(“pgQuery”)
实体类或者单个参数同样适用
在controller接受参数时则注解可以不用加