전자정부표준프레임워크/Exception 및 Error
Dots are not allowed in element names, please remove it from aaa.insertAAA
yeon.Biju
2022. 7. 19. 16:44
Dots 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 에서 . 이 들어가서 발생한 문제로 .을 제거한다.