This commit is contained in:
wangliwen 2022-04-20 20:23:04 +08:00
parent d51c1e701f
commit f070be4ed8
2 changed files with 0 additions and 31 deletions

View File

@ -1,17 +0,0 @@
package io.renren.modules.fileManager.controller;
import io.renren.modules.fileManager.service.FileManagerService;
import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/fileManager")
@Api(tags = "文件管理")
public class FileManagerController {
//@Autowired
//private FileManagerService fileManagerService;
}

View File

@ -1,14 +0,0 @@
package io.renren.modules.fileManager.service.impl;
import io.renren.modules.fileManager.service.FileManagerService;
import org.springframework.stereotype.Service;
/**
* @author
* @date 2022/04/20
* @version 1.0
*/
@Service
public class FileManagerServiceImpl implements FileManagerService {
}