@Path(value="/test/{param1}/test/{param2}/test") public interface IRestPathTestService
java.lang.String
goodMorning(java.lang.String post)
@GET @Path(value="_hello/{post}") java.lang.String goodMorning(@PathParam(value="post") java.lang.String post)
Copyright © 2021. All Rights Reserved.