서버를 실행할 때 이 오류가 뜨는 경우가 있었다. 대부분 경우가 controller에서 mapping 주소가 잘못된 경우에 콘솔창에
No mapping found for HTTP request with URI [/reservation/] in DispatcherServlet with name 'mvc' 와 동시에 경고 메세지가 떴다.
이 경우 controller mapping url부분을 수정해주면 해결 된다.
url 뿐만아니라 controller 내부 함수에서 return 값이 올바른 형태가 아니면 오류가 발생할 수 있다.