This commit is contained in:
tanghc
2019-09-03 12:00:14 +08:00
parent efaf35ea7c
commit 1b30e5ae97
7 changed files with 36 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ import java.io.IOException;
*
* @author tanghc
*/
@Api(tags = "文件下载")
@Api(tags = "文件下载", position = 3)
@Controller
public class DownloadController {

View File

@@ -23,7 +23,7 @@ import java.util.Collection;
* @author tanghc
*/
@RestController
@Api(tags = "文件上传")
@Api(tags = "文件上传", position = 2)
public class FileUploadDemoController {
/**