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
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
成思屹
mysql-generator
Commits
fb660ffa
Commit
fb660ffa
authored
Mar 29, 2019
by
孙长纪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加说明文件
parent
bf43cec6
Changes
1
Hide 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 @
fb660ffa
...
@@ -54,7 +54,7 @@ public class MysqlGeneratorTest {
...
@@ -54,7 +54,7 @@ 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