java - WARNING: A response with a 200 (Ok) status should have an entity. Make sure that resource returns one or sets the status to 204 -
in context of servlet container mean:
warning: response 200 (ok) status should have entity. make sure resource "http://localhost:8080/parse/custom/usermanagement/hello_method" returns 1 or sets status 204 (no content).
where can see client (i using postman) response there (e.g. {"hello":"body"}
)
Comments
Post a Comment