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.
1 parent 6d390de commit 22dbc34Copy full SHA for 22dbc34
mybatis-spring-boot-autoconfigure/src/site/xdoc/index.xml renamed to mybatis-spring-boot-autoconfigure/src/site/xdoc/index.xml.vm
@@ -60,14 +60,15 @@
60
<dependency>
61
<groupId>org.mybatis.spring.boot</groupId>
62
<artifactId>mybatis-spring-boot-starter</artifactId>
63
+ <version>${project.version}</version>
64
</dependency>]]></source>
65
66
<p>
67
If using gradle add this to your build.gradle:
68
</p>
69
<source><![CDATA[
70
dependencies {
- compile("org.mybatis.spring.boot:mybatis-spring-boot-starter")
71
+ compile("org.mybatis.spring.boot:mybatis-spring-boot-starter:${project.version}")
72
}]]></source>
73
74
</subsection>
0 commit comments