yangyb 1 mēnesi atpakaļ
vecāks
revīzija
f68ffca3dc

+ 1 - 0
operating-service/src/main/java/com/txz/operating/controller/UploadController.java

@@ -131,6 +131,7 @@ public class UploadController {
      * @throws RuntimeException 如果在上传或合并过程中发生异常,则抛出运行时异常。
      */
     @PostMapping("/uploadLargeFile")
+    @ApiOperation("分片上传")
     public String uploadLargeFile(@RequestParam MultipartFile uploadfile, @RequestParam String bucket) {
         ObjectWriteResponse mergeResult;
         try {

+ 1 - 1
operating-service/src/main/resources/bootstrap.properties

@@ -1,5 +1,5 @@
 spring.application.name=operating
-server.port=8101
+server.port=8301
 spring.mvc.throw-exception-if-no-handler-found=true
 spring.resources.add-mappings=true