fix controller : 暂时隐藏无用接口,后续逐一核对并删除

This commit is contained in:
doufenghu
2018-05-21 11:19:55 +08:00
parent 1a34a2dc75
commit 54f5f97529
20 changed files with 25 additions and 25 deletions

View File

@@ -63,7 +63,7 @@ import net.sf.json.JsonConfig;
* @version V1.0
*/
@RestController
@RequestMapping("${servicePath}")
//@RequestMapping("${servicePath}")
@Api(value = "ConfigTestController", description = "配置存储服务,包括管控、监测、白名单的控制类")
public class ConfigTestController extends BaseRestController {
private static SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");