Hi ivyteam I'm using ivy 7.0.3 to develop RestAPI. Now i have a api as below On the right side i define @Path on class body but the left side. The right it works well on designer and engine. The left only works for Designer. on engine it say restAPI not found (already restart ivy engine) Does ivy require @Path on class body? Thanks asked 23.10.2018 at 07:51 trungdv |
Hi Yes the Path annotation is needed at class level. This is defined in the JAX-RS standard. See Building RESTful Web Services with JAX-RS or @Path Java Doc I can not reproduce that this works without the path annotation on class level on a designer (7.0.8). You could use an empty path at class level:
answered 05.11.2018 at 09:09 Christian St... ♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 23.10.2018 at 07:51
Seen: 1,573 times
Last updated: 05.11.2018 at 09:09