Commit ed3e5aa0 by Future

先注释签名拦截器

parent 94918bf4
...@@ -50,9 +50,9 @@ import com.google.common.collect.Lists; ...@@ -50,9 +50,9 @@ import com.google.common.collect.Lists;
* @Date 2021年01月20日 04:21:30 * @Date 2021年01月20日 04:21:30
* @Version 1.0 * @Version 1.0
*/ */
@Order(2) //@Order(2)
@Aspect //@Aspect
@Component //@Component
@Slf4j @Slf4j
public class ControllerValidatorAspect implements InitializingBean { public class ControllerValidatorAspect implements InitializingBean {
......
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