강의

멘토링

커뮤니티

Inflearn Community Q&A

despot71561's profile image
despot71561

asked

Spring MVC Part 1 - Core technologies for backend web development

Lecture Source Code

MVC 패턴-적용 new-form 조회 시 404 에러 발생

Written on

·

337

0

[질문 내용]

MvcMemberFormServlet에서 new-form을 실행 시,

 

(로컬호스트 8080에서 서블릿 mvc 회원가입 선택 시)

 

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Wed Mar 27 13:50:18 GMT+09:00 2024

There was an unexpected error (type=Not Found, status=404).

 

에러가 발생합니다.

(1) build.gradle에 jsp 관련 디펜던시도 잘 들어간 상태이고

(2) 오타도 없어보이는데 무슨 문제일까요?

 

답변에 압축파일 올려드리겠습니다.

springmvc

Answer 2

0

안녕하세요. 빠른 가재님, 공식 서포터즈 OMG입니다.

ServletApplication 클래스에

@ServletComponentScan

를 추가해주세요

image

감사합니다.

0

despot71561님의 프로필 이미지
despot71561
Questioner

구글 드라이브 : 링크

despot71561's profile image
despot71561

asked

Ask a question