We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 350078b + 15506f3 commit 7ef7e17Copy full SHA for 7ef7e17
src/site/zh/xdoc/configuration.xml
@@ -1018,10 +1018,6 @@ public class GenericTypeHandler<E extends MyObject> extends BaseTypeHandler<E> {
1018
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1019
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1020
1021
-<!DOCTYPE mapper
1022
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
1023
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
1024
-
1025
<mapper namespace="org.apache.ibatis.submitted.rounding.Mapper">
1026
<resultMap type="org.apache.ibatis.submitted.rounding.User" id="usermap">
1027
<id column="id" property="id"/>
0 commit comments