Snippets tagged “rest-controller”
1 snippet uses this tag.
- Spring MVC - How to return simple String as JSON in Rest ControllerJava
To return a simple string as JSON in a Spring MVC Rest Controller, you can use the @ResponseBody annotation and return the string directly.