Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mybatis-generator-plugin
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mybatis-generator-plugin
Commits
b26457a6
Commit
b26457a6
authored
Nov 07, 2018
by
hewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V1.2.12
parent
28bdc3f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
README.md
README.md
+12
-2
No files found.
README.md
View file @
b26457a6
...
...
@@ -25,6 +25,7 @@
*
[
乐观锁插件(OptimisticLockerPlugin)
](
#17-乐观锁插件
)
*
[
表重命名配置插件(TableRenameConfigurationPlugin)
](
#18-表重命名配置插件
)
*
[
Lombok插件(LombokPlugin)
](
#19-Lombok插件
)
*
[
数据ModelCloneable插件(ModelCloneablePlugin)
](
#20-数据ModelCloneable插件
)
---------------------------------------
Maven引用:
...
...
@@ -32,7 +33,7 @@ Maven引用:
<dependency>
<groupId>
com.itfsw
</groupId>
<artifactId>
mybatis-generator-plugin
</artifactId>
<version>
1.2.1
1
</version>
<version>
1.2.1
2
</version>
</dependency>
```
---------------------------------------
...
...
@@ -87,7 +88,7 @@ targetCompatibility = 1.8
def
mybatisGeneratorCore
=
'org.mybatis.generator:mybatis-generator-core:1.3.7'
def
itfswMybatisGeneratorPlugin
=
'com.itfsw:mybatis-generator-plugin:1.2.1
0
'
def
itfswMybatisGeneratorPlugin
=
'com.itfsw:mybatis-generator-plugin:1.2.1
2
'
mybatisGenerator
{
verbose
=
false
...
...
@@ -1384,3 +1385,12 @@ public class Test {
</plugin>
</xml>
```
### 19. 数据ModelCloneable插件
数据Model实现Cloneable接口。
```
xml
<xml>
<!-- 数据ModelCloneable插件 -->
<plugin
type=
"com.itfsw.mybatis.generator.plugins.ModelCloneablePlugin"
/>
</xml>
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment