| | |
| | | package com.lf.server.controller.all; |
| | | |
| | | import com.lf.server.aspect.SysLog; |
| | | import com.lf.server.annotation.SysLog; |
| | | import com.lf.server.entity.all.MenusAuthEntity; |
| | | import com.lf.server.entity.all.PermsAuthEntity; |
| | | import com.lf.server.entity.all.ResAuthEntity; |
| | |
| | | |
| | | @SysLog() |
| | | @ApiOperation(value = "清空所有授权缓存") |
| | | @GetMapping(value = "/clearAllCache") |
| | | public ResponseMsg<Boolean> clearAllCache() { |
| | | @GetMapping(value = "/deleteAllCache") |
| | | public ResponseMsg<Boolean> deleteAllCache() { |
| | | try { |
| | | permsService.clearAllCache(); |
| | | |