com.mars.mvc.constant.InterConstant Maven / Gradle / Ivy
package com.mars.mvc.constant;
/**
* 拦截器常量
*/
public class InterConstant {
public static final String BEFORE_REQUEST = "beforeRequest";
public static final String AFTER_REQUEST = "afterRequest";
public static final String EXCLUDE = "exclude";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy