- 优化:移动目录

This commit is contained in:
cherishsince 2020-05-01 09:12:14 +08:00
parent 35b50f79aa
commit cf77478fb5
1 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/** /**
* 文件模块(Admins API) * 文件模块(Admins API)
@ -16,10 +17,9 @@ import org.springframework.web.bind.annotation.RequestMapping;
* author: sin * author: sin
* time: 2020/4/20 9:41 上午 * time: 2020/4/20 9:41 上午
*/ */
//@RestController @RestController
@RequestMapping("admins/file") @RequestMapping("admins/file")
@Api(tags = "文件模块") @Api(tags = "文件模块")
// TODO FROM 芋艿 to 小范挪下
public class AdminsFileController { public class AdminsFileController {
private Logger logger = LoggerFactory.getLogger(getClass()); private Logger logger = LoggerFactory.getLogger(getClass());