Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- extjs
- a604mu
- 상속
- 명시적외래키
- c#
- c#코딩의기술실전편
- React
- 스냅잘찍음
- vscode
- ViewModel
- mac
- Request
- JSON
- LINQ
- scanner
- 코드프로그래머스
- wifi안됨
- lazy loading
- EFCore
- intellij
- Store
- error
- extraParams
- Config
- JavaScript
- cpu불안들어옴
- .net
- dbContext
- ORM
- minimalAPI
Archives
- Today
- Total
ejyoo's 개발 노트
sqlMap 과 일치해야합니다. 오류 발생하는 경우 본문
ibatis 가 구동되려면
SqlMapConfig.xml 과
실제 쿼리작성하는 xml에서의 DOCTYPE이 일치해야 정상적으로 ibatis가 실행된다.
쿼리 XML

<!DOCTYPE sqlMap
PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN"
"http://ibatis.apache.org/dtd/sql-map-2.dtd">
SqlMapConfig.xml

<!DOCTYPE sqlMapConfig
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"
"http://ibatis.apache.org/dtd/sql-map-config-2.dtd">