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
f8d728f4
Commit
f8d728f4
authored
Dec 28, 2017
by
hewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V1.0.20
parent
ff418444
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
f8d728f4
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
*
[
自定义注释插件(CommentPlugin)
](
#13-自定义注释插件
)
*
[
自定义注释插件(CommentPlugin)
](
#13-自定义注释插件
)
*
[
增量插件(IncrementsPlugin)
](
#14-增量插件
)
*
[
增量插件(IncrementsPlugin)
](
#14-增量插件
)
*
[
查询结果选择性返回插件(SelectSelectivePlugin)
](
#15-查询结果选择性返回插件
)
*
[
查询结果选择性返回插件(SelectSelectivePlugin)
](
#15-查询结果选择性返回插件
)
*
[
官方ConstructorBased配置BUG临时修正插件(ConstructorBasedBugFixPlugin)
](
#16-官方constructorbased配置bug临时修正插件
)
*
[
~~官方ConstructorBased配置BUG临时修正插件(ConstructorBasedBugFixPlugin)~~
](
#16-官方constructorbased配置bug临时修正插件
)
---------------------------------------
---------------------------------------
Maven引用:
Maven引用:
...
@@ -27,7 +27,7 @@ Maven引用:
...
@@ -27,7 +27,7 @@ Maven引用:
<dependency>
<dependency>
<groupId>
com.itfsw
</groupId>
<groupId>
com.itfsw
</groupId>
<artifactId>
mybatis-generator-plugin
</artifactId>
<artifactId>
mybatis-generator-plugin
</artifactId>
<version>
1.0.
19
</version>
<version>
1.0.
20
</version>
</dependency>
</dependency>
```
```
---------------------------------------
---------------------------------------
...
@@ -37,7 +37,7 @@ MyBatis Generator 参考配置(插件依赖应该配置在mybatis-generator-ma
...
@@ -37,7 +37,7 @@ MyBatis Generator 参考配置(插件依赖应该配置在mybatis-generator-ma
<plugin>
<plugin>
<groupId>
org.mybatis.generator
</groupId>
<groupId>
org.mybatis.generator
</groupId>
<artifactId>
mybatis-generator-maven-plugin
</artifactId>
<artifactId>
mybatis-generator-maven-plugin
</artifactId>
<version>
1.3.
5
</version>
<version>
1.3.
6
</version>
<configuration>
<configuration>
<!-- 配置文件 -->
<!-- 配置文件 -->
<configurationFile>
src/main/resources/mybatis-generator.xml
</configurationFile>
<configurationFile>
src/main/resources/mybatis-generator.xml
</configurationFile>
...
...
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