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-25 11:54:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
123489c56b0a2c4a51330b81e22d996457e649b3
123489c5
1 parent
a90faded
提交代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/controller/IClearExportInterface.java
src/main/java/com/erry/iclear/dateInterface/controller/IClearExportInterface.java
View file @
123489c
...
...
@@ -27,10 +27,11 @@ public class IClearExportInterface {
}
@ApiOperation
(
value
=
"IClear 刷新缓存"
,
httpMethod
=
"GET"
,
notes
=
"ex: http://192.168.1.75:8080/system/refreshAppInfoCache"
)
@ApiOperation
(
value
=
"IClear
Api
刷新缓存"
,
httpMethod
=
"GET"
,
notes
=
"ex: http://192.168.1.75:8080/system/refreshAppInfoCache"
)
@GetMapping
(
"/refreshAppInfoCache"
)
public
String
refreshCache
()
{
try
{
log
.
info
(
"IClearApi 刷新缓存"
);
iClearApiSystemService
.
refreshAppInfoCache
();
return
"Success"
;
}
catch
(
Exception
e
){
...
...
Please
register
or
login
to post a comment