|
@@ -12,6 +12,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
/**
|
|
|
* @Description:
|
|
@@ -22,6 +23,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@RequestMapping("/cache")
|
|
|
@SuppressWarnings("unchecked")
|
|
|
@Api(value = "缓存相关API", tags = { "缓存相关API" })
|
|
|
+@ApiIgnore
|
|
|
public class CacheController {
|
|
|
@Autowired
|
|
|
CacheFacade cacheFacade;
|