File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
src/test/resources/org/springframework/data/jdbc/mybatis
spring-data-jdbc-distribution Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
4
4
<modelVersion >4.0.0</modelVersion >
5
5
10
10
11
11
<name >Spring Data Relational Parent</name >
12
12
<description >Parent module for Spring Data Relational repositories.</description >
13
- <url >http ://projects.spring.io/spring-data-jdbc</url >
13
+ <url >https ://projects.spring.io/spring-data-jdbc</url >
14
14
15
15
<parent >
16
16
<groupId >org.springframework.data.build</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
5
5
<modelVersion >4.0.0</modelVersion >
6
6
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
5
5
<modelVersion >4.0.0</modelVersion >
6
6
9
9
10
10
<name >Spring Data JDBC</name >
11
11
<description >Spring Data module for JDBC repositories.</description >
12
- <url >http ://projects.spring.io/spring-data-jdbc</url >
12
+ <url >https ://projects.spring.io/spring-data-jdbc</url >
13
13
14
14
<parent >
15
15
<groupId >org.springframework.data</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE mapper
3
3
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
4
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
4
+ "http://www. mybatis.org/dtd/mybatis-3-mapper.dtd">
5
5
<mapper namespace =" org.springframework.data.jdbc.mybatis.DummyEntityMapper" >
6
6
<resultMap id =" dummyEntityMap" type =" DummyEntity" >
7
7
<constructor >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE mapper
3
3
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
4
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
4
+ "http://www. mybatis.org/dtd/mybatis-3-mapper.dtd">
5
5
<mapper namespace =" org.springframework.data.jdbc.mybatis.mapper.DummyEntityMapper" >
6
6
<resultMap id =" dummyEntityMap" type =" DummyEntity" >
7
7
<constructor >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
5
5
<modelVersion >4.0.0</modelVersion >
6
6
You can’t perform that action at this time.
0 commit comments