mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-15 21:01:40 +08:00
重新引入Redis;用户登录与管理员登录完成;引入NanoID代替UUID;调整Spring Boot idea中的启动参数;swagger页面描述信息完善;更新swagger,更新Api文档
This commit is contained in:
@@ -18,7 +18,7 @@ import plus.bookshelf.Service.Service.BookService;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Api(value = "书籍")
|
||||
@Api(tags = "书籍信息")
|
||||
@Controller("book")
|
||||
@RequestMapping("/book")
|
||||
public class BookController extends BaseController {
|
||||
|
Reference in New Issue
Block a user