That is exactly what Microprofile Rest Client supports: @Path("resource") public interface TestResourceIntf { @Path("test") @GET public String test(); } ...
確定! 回上一頁