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

View File

@ -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 {