Guest User

Untitled

a guest
Dec 10th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Pom dependency:
  2. <dependency>
  3. <groupId>org.jboss.resteasy</groupId>
  4. <artifactId>resteasy-jaxrs</artifactId>
  5. <version>3.0.14.Final</version>
  6. </dependency>
  7.  
  8. Code snippet:
  9.  
  10.  
  11. @POST
  12. @Path("/mypath")
  13. public JSONObject myMethod(String json) {
Add Comment
Please, Sign In to add comment