...
This commit is contained in:
parent
d51c1e701f
commit
f070be4ed8
|
@ -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;
|
|
||||||
|
|
||||||
}
|
|
|
@ -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 {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue