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 |
Tags
- @RequestBody
- HTML5
- json
- 이클립스
- 전자정부 표준프레임워크
- MYSQL
- spring form tag
- 호환성
- html
- jquery
- maven
- RADIO
- SSL
- JSTL
- 스크립트
- 한글
- DB
- switch
- exception
- java
- checbox
- 날짜
- php
- 문자열
- 웹 플랫폼 설치 관리자
- 네이버스마트 에디터
- 톰캣
- 오라클
- Oracle
- null
Archives
- Today
- Total
개인적인 정리
Dots are not allowed in element names, please remove it from aaa.insertAAA 본문
전자정부표준프레임워크/Exception 및 Error
Dots are not allowed in element names, please remove it from aaa.insertAAA
yeon.Biju 2022. 7. 19. 16:44Dots are not allowed in element names, please remove it from SysLog.logDeleteSysLogSummary
|
1
2
3
4
5
|
<insert id="aaa.insertAAA">
~~~~
</insert>
|
cs |
위와 같은 상태에서 aaa.insertAAA 를 insertAAA 로 변경하면 된다.
MyBatis 에서 . 이 들어가서 발생한 문제로 .을 제거한다.
'전자정부표준프레임워크 > Exception 및 Error' 카테고리의 다른 글
Comments