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 7f0b2f2 commit fe14f83Copy full SHA for fe14f83
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>tk.mybatis</groupId>
30
<artifactId>mapper</artifactId>
31
- <version>3.4.5-SNAPSHOT</version>
+ <version>3.4.5</version>
32
<packaging>jar</packaging>
33
34
<name>mapper</name>
wiki/Changelog.md
@@ -1,6 +1,6 @@
1
# 更新日志
2
3
-## 3.4.5 - 2017-11-05
+## 3.4.5 - 2017-11-11
4
5
- 插件增加一个 `<context>` 属性配置,可以控制是否使用通用 Mapper 自带的 `MapperCommentGenerator`,用法如下:
6
```xml
@@ -12,6 +12,7 @@
12
</context>
13
</generatorConfiguration>
14
```
15
+- 增加基于 MBG 的代码生成器插件,参考[使用文档](https://github.com/abel533/Mapper/blob/master/wiki/mapper3/11.CodeGenerator.md)。
16
17
## 3.4.4 - 2017-10-19
18
0 commit comments