标签: java rest url cxf
我在wadl中有一个额外的斜线,我不知道如何摆脱:
<jaxrs:server id="someservice" address=""> mapped REST bean - abc.... the Rest endpoint: @Path(myPath) ...
<jaxrs:server id="someservice" address=""> mapped REST bean - abc....
the Rest endpoint:
@Path(myPath) ...
@Path(myPath) ... ?