[ERROR] Mybatis mapper 설정 시 - The content of element type "mapper" must match "EMPTY"
- 개발 환경 : Spring Boot + Mybatis
mapper 설정 중 "The content of element type "mapper" must match "EMPTY"." 에러 발생
dtd 문서에 mapper element가 없어서 발생하는 문제. mapper 문서 윗단에 <!DOCTYPE>을 제대로 설정해준다.
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
[SQL] Join (조인) - Inner / Outer Join, Left / Right Join (0) | 2019.08.07 |
---|---|
MySQL Workbench에서 Export가 되지 않는 문제 해결 (1) | 2019.07.24 |
[Maven] Dependency Scope 종류 (0) | 2015.11.23 |
[Maven] Websocket 연동 시 java.lang.ClassCastException 에러 (0) | 2015.11.23 |
[MyBatis] invokeJoinpointUsingReflection 에러 (0) | 2015.06.15 |
댓글 영역