1、SqlMapException: There is no statement named
com.ibatis.sqlmap.client.SqlMapException: There is no statement named PersonSQL.insert in this SqlMap.
at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.getMappedStatement(SqlMapExecutorDelegate.java:293)
at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.insert(SqlMapExecutorDelegate.java:429)
解决:
sqlMapConfig 里加入
<settings
useStatementNamespaces="true"
/>
浙公网安备 33010602011771号