11111
parent
27743db2b7
commit
2fe22d4672
|
@ -35,7 +35,7 @@ public class DownloadOss implements ApplicationRunner {
|
||||||
private static final String accessKeySecret = "GhEg1LlHTOx4q0rxs1S3pCaSQayCVL";
|
private static final String accessKeySecret = "GhEg1LlHTOx4q0rxs1S3pCaSQayCVL";
|
||||||
private static final String accessPre = "https://zcz-vfd-1000.oss-cn-beijing.aliyuncs.com/";
|
private static final String accessPre = "https://zcz-vfd-1000.oss-cn-beijing.aliyuncs.com/";
|
||||||
|
|
||||||
private static String serverPath ="home/code/";
|
private static String serverPath ="home/source/";
|
||||||
|
|
||||||
private static String bucketName = "zcz-vfd-1000";
|
private static String bucketName = "zcz-vfd-1000";
|
||||||
|
|
||||||
|
|
|
@ -60,8 +60,6 @@ public class DataSourceDisposeController {
|
||||||
@PostMapping("/valueTest")
|
@PostMapping("/valueTest")
|
||||||
public Result valueTest(DataValue dataValue){
|
public Result valueTest(DataValue dataValue){
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return Result.success();
|
return Result.success();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -69,4 +67,12 @@ public class DataSourceDisposeController {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue