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
27b7734d
Commit
27b7734d
authored
Jun 07, 2017
by
hewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.0.10文档
parent
46069323
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
27b7734d
...
@@ -594,7 +594,7 @@ public class Test {
...
@@ -594,7 +594,7 @@ public class Test {
这种情况下我们就希望能有类似
[
columnRenamingRule
](
http://www.mybatis.org/generator/configreference/columnRenamingRule.html
)
这种重命名插件来修正最终生成的Model、Mapper等命名。
这种情况下我们就希望能有类似
[
columnRenamingRule
](
http://www.mybatis.org/generator/configreference/columnRenamingRule.html
)
这种重命名插件来修正最终生成的Model、Mapper等命名。
>该插件解决:使用正则替换table生成的Model、Example、Mapper等命名。
>该插件解决:使用正则替换table生成的Model、Example、Mapper等命名。
warning:和插件
[
Table增加前缀插件
](
#11-table增加前缀插件
)
联合使用时,
位置应该放在前面
。
warning:和插件
[
Table增加前缀插件
](
#11-table增加前缀插件
)
联合使用时,
需注意顺序问题
。
插件:
插件:
```
xml
```
xml
...
...
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