728x90
해결
패키지의 최상단 혹은 동일한 레벨에 위치해야한다.
에러화면
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Jan 28 09:41:07 KST 2022
There was an unexpected error (type=Not Found, status=404).
No message available
원래 패키지를
com.example.demo로 만들었으나
실수로
패키지명을
com.example.demo.controller
가 아닌
com.example.controller로 만들어서 발생한 오류이다.
728x90
댓글