Skip to content

Commit 22dbc34

Browse files
committed
[ci skip] add version to dependencies
mybatis is not included in official spring-boot-starter-parent
1 parent 6d390de commit 22dbc34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mybatis-spring-boot-autoconfigure/src/site/xdoc/index.xml renamed to mybatis-spring-boot-autoconfigure/src/site/xdoc/index.xml.vm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,15 @@
6060
<dependency>
6161
<groupId>org.mybatis.spring.boot</groupId>
6262
<artifactId>mybatis-spring-boot-starter</artifactId>
63+
<version>${project.version}</version>
6364
</dependency>]]></source>
6465

6566
<p>
6667
If using gradle add this to your build.gradle:
6768
</p>
6869
<source><![CDATA[
6970
dependencies {
70-
compile("org.mybatis.spring.boot:mybatis-spring-boot-starter")
71+
compile("org.mybatis.spring.boot:mybatis-spring-boot-starter:${project.version}")
7172
}]]></source>
7273

7374
</subsection>

0 commit comments

Comments
 (0)