Posts by ararog • 121 points
1 post
-
2
votes2
answers1198
viewsA: 404 error of a Spring MVC application
If you want to simply return a string using as text/Plain, please put the @Responsebody annotation in your method: @RequestMapping("/olaMundoSpring") @ResponseBody public String execute() {…