Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mysql-generator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
孙长纪
mysql-generator
Commits
ddb69831
Commit
ddb69831
authored
Apr 01, 2019
by
孙长纪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改说明
parent
1d97657f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
README.md
README.md
+0
-1
No files found.
README.md
View file @
ddb69831
...
@@ -54,7 +54,6 @@ public class MysqlGeneratorTest {
...
@@ -54,7 +54,6 @@ public class MysqlGeneratorTest {
config
.
setTableName
(
TABLE_NAME
);
config
.
setTableName
(
TABLE_NAME
);
//表前缀,设置该值后生成的Entity,dao,daoImpl类不会以tb开头
//表前缀,设置该值后生成的Entity,dao,daoImpl类不会以tb开头
config
.
setTablePrefix
(
"tb"
);
config
.
setTablePrefix
(
"tb"
);
//生成代码所在模块名称,如果如下填写则会在该测试类所在的模块下生成代码,如果设置了指定模块则在指定模块下生成代码
config
.
setModuleName
(
""
);
config
.
setModuleName
(
""
);
MybatisGenerator
.
genCode
(
config
);
MybatisGenerator
.
genCode
(
config
);
...
...
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