Closed
Description
James King opened SPR-6935 and commented
@RequestMapping
("/hello.html")
@ResponseBody
public void helloworld(){
System.out.println("Hello World!")
}
The code above will throw ServletException, Could not resolve view with name hello.
I think a method with ResponseBody annotation should be different with a method without ResponseBody annotation. The above method should do nothing after return.
Referenced from: commits eddc5b8