feature(Redis监控): 接口调整

This commit is contained in:
luowenfeng 2022-07-07 15:01:06 +08:00
parent 4263df3e93
commit a8ebc56472

View File

@ -58,7 +58,7 @@ public class RedisController {
return success(Keys);
}
@DeleteMapping("/clear-key/{keyDefine}")
@DeleteMapping("/clear-key-define/{keyDefine}")
@ApiOperation("删除 Redis Key 根据模板")
@PreAuthorize("@ss.hasPermission('infra:redis:get-key-list')")
public CommonResult<Boolean> clearKeyDefineKeys(@PathVariable("keyDefine") String keyDefine) {