update: code clean
This commit is contained in:
@@ -64,7 +64,7 @@ import we.util.WebUtils;
|
||||
* @author francis
|
||||
*/
|
||||
@Component
|
||||
@Order(20)
|
||||
@Order(30)
|
||||
public class AggregateFilter implements WebFilter {
|
||||
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(AggregateFilter.class);
|
||||
|
||||
@@ -33,7 +33,7 @@ import javax.annotation.Resource;
|
||||
*/
|
||||
|
||||
@Component(CallbackFilter.CALLBACK_FILTER)
|
||||
@Order(10)
|
||||
@Order(20)
|
||||
public class CallbackFilter extends ProxyAggrFilter {
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(CallbackFilter.class);
|
||||
|
||||
@@ -48,7 +48,7 @@ import java.util.function.Function;
|
||||
*/
|
||||
|
||||
@Component(PreFilter.PRE_FILTER)
|
||||
@Order(1)
|
||||
@Order(10)
|
||||
public class PreFilter extends ProxyAggrFilter {
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(PreFilter.class);
|
||||
|
||||
Reference in New Issue
Block a user