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
56e464e8
Commit
56e464e8
authored
May 28, 2018
by
hewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V1.2.6
parent
29884853
Changes
1
Show 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 @
56e464e8
...
@@ -1269,11 +1269,11 @@ public class Test {
...
@@ -1269,11 +1269,11 @@ public class Test {
<xml>
<xml>
<!-- 表重命名配置插件 -->
<!-- 表重命名配置插件 -->
<plugin
type=
"com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin"
>
<plugin
type=
"com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin"
>
<!-- TbMapper -
->
TbDao, TbMapper.xml -
-> TbDao.xml -->
<!-- TbMapper -
> TbDao, TbMapper.xml
-> TbDao.xml -->
<property
name=
"clientSuffix"
value=
"Dao"
/>
<property
name=
"clientSuffix"
value=
"Dao"
/>
<!-- TbExmaple -
-
>
TbQuery -->
<!-- TbExmaple -> TbQuery -->
<property
name=
"exampleSuffix"
value=
"Query"
/>
<property
name=
"exampleSuffix"
value=
"Query"
/>
<!-- Tb -
-
>
TbEntity -->
<!-- Tb -> TbEntity -->
<property
name=
"modelSuffix"
value=
"Entity"
/>
<property
name=
"modelSuffix"
value=
"Entity"
/>
</plugin>
</plugin>
</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