Skip to content

Commit

Permalink
发布 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Nov 11, 2017
1 parent 7f0b2f2 commit fe14f83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>tk.mybatis</groupId>
<artifactId>mapper</artifactId>
<version>3.4.5-SNAPSHOT</version>
<version>3.4.5</version>
<packaging>jar</packaging>

<name>mapper</name>
Expand Down
3 changes: 2 additions & 1 deletion wiki/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

## 3.4.5 - 2017-11-05
## 3.4.5 - 2017-11-11

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

## 3.4.4 - 2017-10-19

Expand Down

0 comments on commit fe14f83

Please sign in to comment.