log-slf4j

This commit is contained in:
wangjinlei
2023-11-22 10:45:21 +08:00
parent 825bed5187
commit 57641b2e2a
93 changed files with 198 additions and 72 deletions

View File

@@ -14,6 +14,7 @@ import com.peanut.modules.book.entity.*;
import com.peanut.modules.book.service.*;
import com.peanut.modules.oss.service.OssService;
import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.IOUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mock.web.MockMultipartFile;
@@ -33,6 +34,7 @@ import org.springframework.web.multipart.MultipartFile;
* @email yl328572838@163.com
* @date 2022-08-16 14:32:06
*/
@Slf4j
@RestController
@RequestMapping("book/bookchaptercontent")
public class BookChapterContentController {