Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
2ad07c8f
Commit
2ad07c8f
authored
Nov 26, 2019
by
dqjdda
Browse files
调整顺序
parent
cf25647a
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-generator/src/main/java/me/zhengjie/utils/GenUtil.java
View file @
2ad07c8f
...
...
@@ -39,11 +39,11 @@ public class GenUtil {
templateNames
.
add
(
"Entity"
);
templateNames
.
add
(
"Dto"
);
templateNames
.
add
(
"Mapper"
);
templateNames
.
add
(
"Repository"
);
templateNames
.
add
(
"Controller"
);
templateNames
.
add
(
"QueryCriteria"
);
templateNames
.
add
(
"Service"
);
templateNames
.
add
(
"ServiceImpl"
);
templateNames
.
add
(
"QueryCriteria"
);
templateNames
.
add
(
"Controller"
);
templateNames
.
add
(
"Repository"
);
return
templateNames
;
}
...
...
@@ -53,8 +53,8 @@ public class GenUtil {
*/
private
static
List
<
String
>
getFrontTemplateNames
()
{
List
<
String
>
templateNames
=
new
ArrayList
<>();
templateNames
.
add
(
"api"
);
templateNames
.
add
(
"index"
);
templateNames
.
add
(
"api"
);
return
templateNames
;
}
...
...
Write
Preview
Supports
Markdown
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