Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
wei.zhou
2021-06-24 17:23:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b183fa6eec962de6b498e0e19373f230ce16b592
b183fa6e
1 parent
6cf2d925
提交代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/init/IClearApiSystemInit.java
src/main/java/com/erry/iclear/dateInterface/init/IClearApiSystemInit.java
View file @
b183fa6
...
...
@@ -42,7 +42,7 @@ public class IClearApiSystemInit implements InitializingBean, ApplicationContext
iClearApiSystemService
.
refreshAppInfoCache
();
log
.
info
(
"init initSystemCache end>>>>>>>>>"
);
sw
.
stop
();
System
.
out
.
println
(
sw
.
prettyPrint
());
log
.
info
(
sw
.
prettyPrint
());
}
catch
(
Exception
e
){
log
.
error
(
"init afterPropertiesSet error:"
+
e
.
getMessage
());
...
...
Please
register
or
login
to post a comment