File tree Expand file tree Collapse file tree 6 files changed +97
-22
lines changed
spring-data-mybatis-boot-starter
spring-data-mybatis-parent Expand file tree Collapse file tree 6 files changed +97
-22
lines changed Original file line number Diff line number Diff line change @@ -38,23 +38,11 @@ Download the jar through Maven:
38
38
<dependency >
39
39
<groupId >com.ifrabbit</groupId >
40
40
<artifactId >spring-data-mybatis</artifactId >
41
- <version >2.0.0.BUILD-SNAPSHOT </version >
41
+ <version >2.0.0.RELEASE </version >
42
42
</dependency >
43
43
```
44
44
45
45
46
- you should add repository configuration to your pom.xml like this:
47
-
48
- ``` xml
49
- <repository >
50
- <id >oss-snapshots-repo</id >
51
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
52
- <releases ><enabled >false</enabled ></releases >
53
- <snapshots ><enabled >true</enabled ></snapshots >
54
- </repository >
55
- ```
56
-
57
-
58
46
The simple Spring Data Mybatis configuration with Java-Config looks like this:
59
47
``` java
60
48
@Configuration
@@ -159,7 +147,7 @@ add the jar through Maven:
159
147
<dependency >
160
148
<groupId >com.ifrabbit</groupId >
161
149
<artifactId >spring-boot-starter-data-mybatis</artifactId >
162
- <version >2.0.0.BUILD-SNAPSHOT </version >
150
+ <version >2.0.0.RELEASE </version >
163
151
</dependency >
164
152
```
165
153
Original file line number Diff line number Diff line change 37
37
<maven >3.5</maven >
38
38
</prerequisites >
39
39
<properties >
40
- <revision >2.0.0.BUILD-SNAPSHOT </revision >
40
+ <revision >2.0.0.RELEASE </revision >
41
41
42
42
</properties >
43
43
<modules >
55
55
<version >1.0.1</version >
56
56
<configuration >
57
57
<updatePomFile >true</updatePomFile >
58
+ <flattenMode >oss</flattenMode >
58
59
</configuration >
59
60
<executions >
60
61
<execution >
142
143
<version >1.6.7</version >
143
144
<extensions >true</extensions >
144
145
<configuration >
145
- <serverId >sonatype </serverId >
146
+ <serverId >oss </serverId >
146
147
<nexusUrl >https://oss.sonatype.org/</nexusUrl >
147
148
<autoReleaseAfterClose >false</autoReleaseAfterClose >
148
149
</configuration >
Original file line number Diff line number Diff line change 13
13
<artifactId >spring-data-mybatis-boot-starter</artifactId >
14
14
<name >Spring Data MyBatis Boot Starter</name >
15
15
<description >Spring Data module for MyBatis repositories.</description >
16
+ <url >https://github.com/hatunet/spring-data-mybatis</url >
17
+ <developers >
18
+ <developer >
19
+ <id >jarvis</id >
20
+ <name >Jarvis Song</name >
21
+
22
+ </developer >
23
+ </developers >
24
+
25
+ <licenses >
26
+ <license >
27
+ <name >Apache License, Version 2.0</name >
28
+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
29
+ </license >
30
+ </licenses >
31
+
32
+ <scm >
33
+ <url >https://github.com/hatunet/spring-data-mybatis</url >
34
+ <connection >scm:git:git://github.com/hatunet/spring-data-mybatis.git</connection >
35
+ <
developerConnection >scm:git:ssh://
[email protected] /hatunet/spring-data-mybatis.git
36
+ </developerConnection >
37
+ </scm >
16
38
<properties >
17
- <spring .boot>2.1.1 .RELEASE</spring .boot>
39
+ <spring .boot>2.1.2 .RELEASE</spring .boot>
18
40
</properties >
19
41
<dependencies >
20
42
<dependency >
Original file line number Diff line number Diff line change 13
13
<artifactId >spring-data-mybatis-core</artifactId >
14
14
<name >Spring Data MyBatis Core</name >
15
15
<description >Spring Data module for MyBatis repositories.</description >
16
+ <url >https://github.com/hatunet/spring-data-mybatis</url >
17
+ <developers >
18
+ <developer >
19
+ <id >jarvis</id >
20
+ <name >Jarvis Song</name >
21
+
22
+ </developer >
23
+ </developers >
24
+
25
+ <licenses >
26
+ <license >
27
+ <name >Apache License, Version 2.0</name >
28
+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
29
+ </license >
30
+ </licenses >
31
+
32
+ <scm >
33
+ <url >https://github.com/hatunet/spring-data-mybatis</url >
34
+ <connection >scm:git:git://github.com/hatunet/spring-data-mybatis.git</connection >
35
+ <
developerConnection >scm:git:ssh://
[email protected] /hatunet/spring-data-mybatis.git
36
+ </developerConnection >
37
+ </scm >
16
38
<dependencies >
17
39
<dependency >
18
40
<groupId >javax.persistence</groupId >
Original file line number Diff line number Diff line change 13
13
<artifactId >spring-data-mybatis-parent</artifactId >
14
14
<name >Spring Data MyBatis Parent</name >
15
15
<description >Spring Data module for MyBatis repositories.</description >
16
-
16
+ <url >https://github.com/hatunet/spring-data-mybatis</url >
17
+ <developers >
18
+ <developer >
19
+ <id >jarvis</id >
20
+ <name >Jarvis Song</name >
21
+
22
+ </developer >
23
+ </developers >
24
+
25
+ <licenses >
26
+ <license >
27
+ <name >Apache License, Version 2.0</name >
28
+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
29
+ </license >
30
+ </licenses >
31
+
32
+ <scm >
33
+ <url >https://github.com/hatunet/spring-data-mybatis</url >
34
+ <connection >scm:git:git://github.com/hatunet/spring-data-mybatis.git</connection >
35
+ <
developerConnection >scm:git:ssh://
[email protected] /hatunet/spring-data-mybatis.git
36
+ </developerConnection >
37
+ </scm >
17
38
<properties >
18
39
19
40
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
41
<project .root>${basedir} </project .root>
21
42
<source .level>1.8</source .level>
22
43
<dist .id>${project.artifactId} </dist .id>
23
44
24
- <springdata .commons>2.1.3 .RELEASE</springdata .commons>
45
+ <springdata .commons>2.1.4 .RELEASE</springdata .commons>
25
46
26
47
<apt >1.1.3</apt >
27
48
<aspectj >1.9.1</aspectj >
56
77
<java-module-name />
57
78
58
79
<!-- MyBatis version -->
59
- <mybatis >3.5.0-SNAPSHOT </mybatis >
60
- <mybatis .spring>2.0.0-SNAPSHOT </mybatis .spring>
61
- <mybatis-spring-boot >2.0.0-SNAPSHOT </mybatis-spring-boot >
80
+ <mybatis >3.5.0</mybatis >
81
+ <mybatis .spring>2.0.0</mybatis .spring>
82
+ <mybatis-spring-boot >2.0.0</mybatis-spring-boot >
62
83
</properties >
63
84
64
85
<dependencyManagement >
Original file line number Diff line number Diff line change 13
13
<artifactId >spring-data-mybatis</artifactId >
14
14
<name >Spring Data MyBatis</name >
15
15
<description >Spring Data module for MyBatis repositories.</description >
16
+ <url >https://github.com/hatunet/spring-data-mybatis</url >
17
+ <developers >
18
+ <developer >
19
+ <id >jarvis</id >
20
+ <name >Jarvis Song</name >
21
+
22
+ </developer >
23
+ </developers >
16
24
25
+ <licenses >
26
+ <license >
27
+ <name >Apache License, Version 2.0</name >
28
+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
29
+ </license >
30
+ </licenses >
31
+
32
+ <scm >
33
+ <url >https://github.com/hatunet/spring-data-mybatis</url >
34
+ <connection >scm:git:git://github.com/hatunet/spring-data-mybatis.git</connection >
35
+ <
developerConnection >scm:git:ssh://
[email protected] /hatunet/spring-data-mybatis.git
36
+ </developerConnection >
37
+ </scm >
17
38
<properties >
18
39
</properties >
19
40
You can’t perform that action at this time.
0 commit comments