ci:删掉测试完不需要的代码
This commit is contained in:
@@ -296,31 +296,6 @@ public class ReportManageConroller {
|
||||
return Result.success();
|
||||
}
|
||||
|
||||
// TODO 测试完不需要的代码请删掉,然后再把这个TODO也删掉
|
||||
/**
|
||||
* 测试
|
||||
*/
|
||||
@ApiOperation("testtest")
|
||||
@GetMapping("/test")
|
||||
@Deprecated
|
||||
public void ttt() {
|
||||
stringRedisTemplate.boundValueOps("1121212").set("1212");
|
||||
|
||||
}
|
||||
|
||||
// TODO 测试完不需要的代码请删掉,然后再把这个TODO也删掉
|
||||
@ApiOperation("testPath")
|
||||
@GetMapping("/testPath")
|
||||
@Deprecated
|
||||
public ResponseMessage testPath() throws URISyntaxException {
|
||||
HashMap<String, String> pathMap = new HashMap<>();
|
||||
String jarPath = new File(getClass().getProtectionDomain().getCodeSource().getLocation().toURI().getPath()).getParentFile().getPath();
|
||||
String property = System.getProperty("user.dir");
|
||||
pathMap.put("jarpath", jarPath);
|
||||
pathMap.put("propertyPath", property);
|
||||
return Result.success(pathMap);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取文件名
|
||||
* @param fileId
|
||||
|
||||
Reference in New Issue
Block a user