代码规范

This commit is contained in:
taozi
2020-12-22 09:24:12 +08:00
committed by xuwenbo
parent 84d33c1c0c
commit ff51f6ef68
2 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ import javax.servlet.http.HttpFilter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import co.yixiang.utils.StringUtils;
import org.springframework.core.annotation.Order;
import org.springframework.http.HttpHeaders;
import org.springframework.stereotype.Component;
import org.springframework.util.StringUtils;
@Component
@Order(-9999)