我上面用的是@RestController 如果换成Controller的话会出现Circular view path [login]: would dispatch back to the current handler URL [/login] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)访问localhost:8080/list出来的都是字符串"list"不是网页
杨魅力