没有使用Http Rest Plugin Grails 3的方法签名

时间:2016-03-10 07:10:41

标签: rest grails

我试图安装像this步骤这样的休息插件,当我尝试使用服务中的withHttp时...

我收到此错误..

ERROR com.test.project.sendService- No signature of method: com.test.project.sendService.withHttp() is applicable for argument types: (java.util.LinkedHashMap, 
com.test.project.sendService$_sendText_closure2) values: [[uri:http://myweb.web.id], com.test.project.sendService$_sendText_closure2@43cec0c7]

正如我在grails 1.x和2.x下所知,这个插件仍称为“Rest”,但在grails 3下,它将其更改为 Grails Http Builder Helper ..

请参阅此page ..

这是来自 Grails Http Builder 的插件的错误吗?

0 个答案:

没有答案