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
1d97657f
Commit
1d97657f
authored
Mar 29, 2019
by
孙长纪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改说明
parent
fb660ffa
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 @
1d97657f
...
...
@@ -54,7 +54,7 @@ public class MysqlGeneratorTest {
config
.
setTableName
(
TABLE_NAME
);
//表前缀,设置该值后生成的Entity,dao,daoImpl类不会以tb开头
config
.
setTablePrefix
(
"tb"
);
//生成代码所在模块名称,如果
该代码在生成代码的模块下,可以不写,如果不在需要加上对应模块名称
//生成代码所在模块名称,如果
如下填写则会在该测试类所在的模块下生成代码,如果设置了指定模块则在指定模块下生成代码
config
.
setModuleName
(
""
);
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