admin
2019-06-15 4f947462f2ada97a32670cd3204680f8cc8f7792
fanli/src/main/java/com/yeshi/fanli/controller/TestController.java
@@ -223,6 +223,13 @@
      ehCacheCacheManager.getCacheManager().clearAll();
   }
   @RequestMapping(value = "removeRedisCache")
   public void removeRedisCache(String key, PrintWriter out) {
      redisManager.removeCommonString(key);
   }
   @RequestMapping(value = "testConfig")
   public void getTestConfig(PrintWriter pw) {
      pw.print(configService.get("test"));