master
zhang chengzhi 2024-09-04 12:24:24 +08:00
parent 27743db2b7
commit 2fe22d4672
2 changed files with 9 additions and 3 deletions

View File

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

View File

@ -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 {
} }