We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d67f05 commit 1936590Copy full SHA for 1936590
README.md
@@ -18,10 +18,12 @@
18
<dependency>
19
<groupId>tk.mybatis</groupId>
20
<artifactId>mapper</artifactId>
21
- <version>5.0.0-rc3</version>
+ <version>5.0.0</version>
22
</dependency>
23
```
24
25
+## 推荐新版本 mybatis-mapper
26
+
27
如果你要在新项目中使用,可以看看新版本的 mybatis-mapper,完全作为 mybatis 扩展存在,
28
不修改 mybatis, mybatis-spring, mybatis-spring-boot-starter 任何代码,不需要额外配置,可以快速上手。
29
pom.xml
@@ -35,7 +35,7 @@
35
<url>https://mybatis.io</url>
36
37
<properties>
38
- <revision>5.0.0-rc3</revision>
+ <revision>5.0.0</revision>
39
<maven.compiler.source>17</maven.compiler.source>
40
<maven.compiler.target>17</maven.compiler.target>
41
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments