본문 바로가기

Others/Error

[스프링] The content of element type "mapper" must match "EMPTY".

쿼리를 작성하는 xml의 DTD 확인!

<!DOCTYPE> 의 dtd 에서 mapper 에 대한 정보가 없어서 발생하는 문제


<!DOCTYPE mapper

  PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"

  "http://mybatis.org/dtd/mybatis-3-mapper.dtd">


으로 맞게 들어가 있는지 확인해보자.