修改

parent 698aadf9
...@@ -19,6 +19,7 @@ import java.util.Set; ...@@ -19,6 +19,7 @@ import java.util.Set;
*/ */
@Component @Component
@Configuration @Configuration
@Order(Ordered.HIGHEST_PRECEDENCE)
public class CrosFilter implements Filter { public class CrosFilter implements Filter {
private static final Set<String> DISALLOWED_METHOD = new HashSet<>(); private static final Set<String> DISALLOWED_METHOD = new HashSet<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment