1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-15 21:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

用户登录接口完成

This commit is contained in:
2022-03-13 02:12:52 +08:00
parent f5e84810cd
commit ff73a7f329
4 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
package plus.bookshelf.Controller.Controller;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
@@ -16,7 +15,7 @@ import plus.bookshelf.Service.Service.BookService;
@Api(value = "书籍")
@Controller("book")
@RequestMapping("/apiv1/book")
@RequestMapping("/book")
public class BookController extends BaseController {
@Autowired