spring boot would dispatch back to the current handler URL [/hello] again. Check your ViewResolver

spring boot would dispatch back to the current handler URL [/hello] again. Check your ViewResolver

转载自https://blog.csdn.net/u014752073/article/details/77555228:

异常:javax.servlet.ServletException: Circular view path [hello]: would dispatch back to the current handler URL [/hello] again. Check your ViewResolver setup! (Hint: This  may be the result of an unspecified view, due to default view name generation.)
解决方法:(1)因为url名和试图名相同,所以出现上面的异常。

你可能感兴趣的:(springboot)