1
0
mirror of https://github.com/201206030/novel-plus.git synced 2025-07-14 13:16:38 +00:00

fix: 页面请求异常处理

This commit is contained in:
xiongxiaoyang
2023-05-17 23:43:27 +08:00
parent d9ad02e3f5
commit 9fe51eab74
3 changed files with 7 additions and 6 deletions
novel-common/src/main/java/com/java2nb/novel/core/advice
novel-crawl/src/main/java/com/java2nb/novel/controller/page
novel-front/src/main/java/com/java2nb/novel/controller/page

@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.ExceptionHandler;
* @author 11797
*/
@Slf4j
@ControllerAdvice(basePackages = "com.java2nb.novel.page")
@ControllerAdvice(basePackages = "com.java2nb.novel.controller.page")
public class PageExceptionHandler {