20231122.9.06

This commit is contained in:
wangjinlei
2023-11-22 09:06:45 +08:00
parent 07f063ecaf
commit 01e3f19f82
12 changed files with 62 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ import com.peanut.modules.book.dao.BookDao;
import com.peanut.modules.book.entity.*;
import com.peanut.modules.book.service.*;
import com.peanut.modules.book.vo.BookIndexVo;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.web.bind.annotation.*;
@@ -24,6 +25,7 @@ import com.peanut.common.utils.R;
* @email yl328572838@163.com
* @date 2022-08-04 15:36:59
*/
@Slf4j
@RestController
@RequestMapping("book/book")
public class BookController {