当我尝试使用IntelliJ自己的选项生成Java RESTful Client时,我会得到一个注释主块。我不知道我是否误用了该工具,或者它是否未实施。
New下的选项 - > RESTful Web服务客户端
它生成的代码:
public class Client {
public static void main(String[] argv) {
// Please, do not remove this line from file template, here invocation of web service will be inserted
}
}