2017-03-28 182 views
0

當我嘗試使用IntelliJ自己的選項生成Java RESTful客戶端時,我得到一個帶註釋的主塊。我不知道我是否濫用了該工具,或者它是否未實施。新形勢下生成RESTful客戶端代碼IntelliJ IDEA

選項 - >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 
    } 
} 

回答