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
a6e2887d
Commit
a6e2887d
authored
Aug 21, 2023
by
jinli gu
Browse files
Update GeneratorServiceImpl.java
parent
7e507b2e
Pipeline
#24
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 @
a6e2887d
...
...
@@ -172,7 +172,7 @@ public class GeneratorServiceImpl implements GeneratorService {
}
try
{
GenUtil
.
generatorCode
(
columns
,
genConfig
);
}
catch
(
IO
Exception
e
)
{
}
Exception
{
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