Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cash-loan-flow-boss
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
cash-loan-flow-boss
Commits
c61f2a2f
Commit
c61f2a2f
authored
Aug 05, 2019
by
xiaozhe.chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加多数据源和配置中心
parent
7cb4149c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ApplicationExceptionConfiguration.java
...core/configuration/ApplicationExceptionConfiguration.java
+2
-1
No files found.
src/main/java/cn/quantgroup/cashloanflowboss/core/configuration/ApplicationExceptionConfiguration.java
View file @
c61f2a2f
...
...
@@ -97,8 +97,9 @@ public class ApplicationExceptionConfiguration {
Throwable
cause
=
e
.
getCause
();
while
(
Objects
.
nonNull
(
cause
.
getCause
()))
{
if
(
cause
instanceof
ApplicationException
)
{
if
(
cause
instanceof
ApplicationException
)
{
//todo 如果抛出的不是ApplicationException,是不是就成了死循环
cause
=
cause
.
getCause
();
}
}
...
...
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