File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/test/java/org/apache/ibatis/submitted/selectkey Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 16
16
limitations under the License.
17
17
18
18
-->
19
- <!DOCTYPE configuration
20
- PUBLIC "-//ibatis.apache.org//DTD Config 3.0//EN"
21
- "http://ibatis.apache.org/dtd/ibatis-3-config.dtd">
19
+ <!DOCTYPE configuration PUBLIC "-//ibatis.apache.org//DTD Config 3.0//EN" "https://ibatis.apache.org/dtd/ibatis-3-config.dtd">
22
20
<configuration >
23
21
24
22
<environments default =" development" >
Original file line number Diff line number Diff line change 16
16
limitations under the License.
17
17
18
18
-->
19
- <!DOCTYPE mapper PUBLIC "-//ibatis.apache.org//DTD Mapper 3.0//EN" "http ://ibatis.apache.org/dtd/ibatis-3-mapper.dtd">
19
+ <!DOCTYPE mapper PUBLIC "-//ibatis.apache.org//DTD Mapper 3.0//EN" "https ://ibatis.apache.org/dtd/ibatis-3-mapper.dtd">
20
20
<mapper namespace =" org.apache.ibatis.submitted.selectkey.Table1" >
21
21
<insert id =" insert" parameterType =" map" >
22
22
insert into table1 (name) values (#{name})
Original file line number Diff line number Diff line change 16
16
limitations under the License.
17
17
18
18
-->
19
- <!DOCTYPE mapper PUBLIC "-//ibatis.apache.org//DTD Mapper 3.0//EN" "http ://ibatis.apache.org/dtd/ibatis-3-mapper.dtd">
19
+ <!DOCTYPE mapper PUBLIC "-//ibatis.apache.org//DTD Mapper 3.0//EN" "https ://ibatis.apache.org/dtd/ibatis-3-mapper.dtd">
20
20
<mapper namespace =" org.apache.ibatis.submitted.selectkey.Table2" >
21
21
<insert id =" insert" parameterType =" map" >
22
22
insert into table2 (name) values (#{name})
You can’t perform that action at this time.
0 commit comments