Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
荆蔚杰
/
java.archive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
96733bd3
authored
2021-11-08 14:29:20 +0800
by
荆蔚杰
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
用户表
1 parent
ff4f1ba1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/pashanhoo/common/util/CodeGenerator.java
src/main/java/com/pashanhoo/common/util/CodeGenerator.java
View file @
96733bd
...
...
@@ -71,7 +71,7 @@ public class CodeGenerator {
//4、策略配置
StrategyConfig
strategy
=
new
StrategyConfig
();
// 设置要映射的表名
strategy
.
setInclude
(
"DG_
RECEIVE
"
);
strategy
.
setInclude
(
"DG_
STAFF
"
);
strategy
.
setNaming
(
NamingStrategy
.
underline_to_camel
);
strategy
.
setColumnNaming
(
NamingStrategy
.
underline_to_camel
);
// 自动lombok;
...
...
Please
register
or
sign in
to post a comment