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
69991e49
Commit
69991e49
authored
Aug 21, 2023
by
jinli gu
Browse files
Update GeneratorServiceImpl.java
parent
e8584d92
Pipeline
#28
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
eladmin-generator/src/main/java/me/zhengjie/service/impl/GeneratorServiceImpl.java
View file @
69991e49
...
...
@@ -172,7 +172,7 @@ public class GeneratorServiceImpl implements GeneratorService {
}
try
{
GenUtil
.
generatorCode
(
columns
,
genConfig
);
}
Exception
{
}
catch
(
Exception
e
)
{
log
.
error
(
e
.
getMessage
(),
e
);
throw
new
BadRequestException
(
"生成失败,请手动处理已生成的文件"
);
}
...
...
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