web/error
[intelliJ] spring 오류 : would dispatch back to the current handler URL [/register/step1] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)
ㅇㅇ잉
2021. 7. 6. 01:34

Circular view path [/register/step1]: would dispatch back to the current handler URL [/register/step1] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)
이런 오류가 떴다.
ViewResolver 설정을 다시 살펴보자.
아니면 Annotation을 잘못 설정하지는 않았는지
나는 후자였다. 참나