From d0cbe9f3dfc3a4488a3505f183dd7b8e83cb4d6c Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期三, 18 九月 2024 10:20:12 +0800 Subject: [PATCH] web模块添加全局异常拦截处理,针对com.product 包下所有的controller 未处理的异常进行通用处理 --- .gitignore | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5dedbdc..a5e2876 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,12 @@ lx_file/upload/ lucene/ -attachment/upload/ +attachment/upload/*/ +!attachment/upload/template/ target/ .classpath .project -.settings/ \ No newline at end of file +.settings/ +logs/ +resources/ +pom.xml +pom.xml_no -- Gitblit v1.9.2