Skip to content

Commit

Permalink
release 1.0.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
鲁般 committed Apr 14, 2018
1 parent 9549f60 commit 68260a4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# mybatis-generator
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

定义Java bean填写表和查询相关注解,自动生成增删改查,获取列表Dao和xml文件

## 使用

使用maven引入jar包

```
<dependency>
<groupId>com.lindzh</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.0.3</version>
<dependency>
```

```java
@Table(name="user_info",autoGeneratePrimaryKey=true)
public class UserInfo {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.lindzh</groupId>
<artifactId>mybatis-generator</artifactId>
<version>1.0.3.SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>mybatis-generator</name>
Expand Down

0 comments on commit 68260a4

Please sign in to comment.