728x90
dispatchdispatcher-servlet.xml 에서 에러가 났다.
The markup in the document following the root element must be well-formed
태그 안에 작성해야되는데 밖에다 작성해서 에러가 난 것이다.
나 같은 경우는 <beans> </beans> 밖에다 <bean></bean>을 작성해서 에러 표시가 떴고,
태그 범위 안으로 들어가게 수정해주니 해결 !
728x90
'Programming > Spring' 카테고리의 다른 글
[Spring] Gmail을 통한 이메일 발송 시 MailAuthenticationException 발생, 해결 방법 (0) | 2021.04.28 |
---|---|
spring 요청값 처리 방식 관련 (0) | 2021.04.20 |
Mapped Statements collection does not contain value for ~~ 에러 (0) | 2021.04.12 |
MIME type 에러 - 경로 설정 오류 해결 (0) | 2021.04.07 |
Spring에서 404 에러 (0) | 2021.04.05 |