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"));