|
@@ -71,8 +71,6 @@ public class AuditLogInterceptor extends HandlerInterceptorAdapter {
|
|
|
String substring = servletPath.substring(servletPath.lastIndexOf("/") + 1).toLowerCase();
|
|
|
if(ignoreLogUrl == null){
|
|
|
ignoreLogUrl = new ArrayList<>();
|
|
|
- ignoreLogUrl.add("add");
|
|
|
- ignoreLogUrl.add("insert");
|
|
|
ignoreLogUrl.add("query");
|
|
|
ignoreLogUrl.add("get");
|
|
|
ignoreLogUrl.add("find");
|