Commit cb9fa13a by flying-cattle

Merge branch 'mybatisPlus' of…

Merge branch 'mybatisPlus' of https://github.com/flying-cattle/mybatis-dsc-generator.git into mybatisPlus
parents 4b4a5d6f f1cf1c87
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<p align="center"> <p align="center">
<a target="_blank" href="https://search.maven.org/search?q=com.github.flying-cattle"> <a target="_blank" href="https://search.maven.org/search?q=com.github.flying-cattle">
<img src="https://img.shields.io/maven-central/v/com.gitee.nuliing/rmq-api.svg?label=Maven%20Central" ></img> <img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.github.flying-cattle/mybatis-dsc-generator.svg">
</a> </a>
<a target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0.html"> <a target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0.html">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" ></img> <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" ></img>
...@@ -29,12 +29,12 @@ ...@@ -29,12 +29,12 @@
<version>2.1.0.RELEASE</version> <version>2.1.0.RELEASE</version>
</dependency> </dependency>
``` ```
3.0.0版本是集成了Mybatis-plus版本——源码分支mybatisPlus 3.0.0后的版本是集成了Mybatis-plus版本——源码分支mybatisPlus
``` xml ``` xml
<dependency> <dependency>
<groupId>com.github.flying-cattle</groupId> <groupId>com.github.flying-cattle</groupId>
<artifactId>mybatis-dsc-generator</artifactId> <artifactId>mybatis-dsc-generator</artifactId>
<version>3.0.0.RELEASE</version> <version>3.0.1.RELEASE</version>
</dependency> </dependency>
``` ```
# 数据表结构样式 # 数据表结构样式
...@@ -96,9 +96,6 @@ import java.io.Serializable; ...@@ -96,9 +96,6 @@ import java.io.Serializable;
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
@Accessors(chain = true) @Accessors(chain = true)
@Data
@EqualsAndHashCode(callSuper = false)
@Accessors(chain = true)
public class User extends Model<User> { public class User extends Model<User> {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment