Skip to content

Commit fe14f83

Browse files
committed
发布 3.4.5
1 parent 7f0b2f2 commit fe14f83

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>tk.mybatis</groupId>
3030
<artifactId>mapper</artifactId>
31-
<version>3.4.5-SNAPSHOT</version>
31+
<version>3.4.5</version>
3232
<packaging>jar</packaging>
3333

3434
<name>mapper</name>

wiki/Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 更新日志
22

3-
## 3.4.5 - 2017-11-05
3+
## 3.4.5 - 2017-11-11
44

55
- 插件增加一个 `<context>` 属性配置,可以控制是否使用通用 Mapper 自带的 `MapperCommentGenerator`,用法如下:
66
```xml
@@ -12,6 +12,7 @@
1212
</context>
1313
</generatorConfiguration>
1414
```
15+
- 增加基于 MBG 的代码生成器插件,参考[使用文档](https://github.com/abel533/Mapper/blob/master/wiki/mapper3/11.CodeGenerator.md)
1516

1617
## 3.4.4 - 2017-10-19
1718

0 commit comments

Comments
 (0)