提交 cf77478f authored 作者: cherishsince's avatar cherishsince

- 优化:移动目录

上级 35b50f79
...@@ -9,6 +9,7 @@ import org.springframework.beans.factory.annotation.Autowired; ...@@ -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; ...@@ -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());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论