We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
大佬我发现我们的返回值永远是json,这是为什么
@GetMapping("/getJsonWithResponseBodyString") public String getJsonWithResponseBodyString() { return "home.html"; }
这种的 ,或者我返回的是一个文件,为什么只有json ,我先知道一下您的考虑