Commit f575e0b3 authored by 赵啸非's avatar 赵啸非

网关日志添加

parent b932a26a
......@@ -37,10 +37,10 @@ import java.util.Map;
* @author: zxfei
* @date: 2022/4/20 9:24
*/
@Aspect
@Component
//@Aspect
//@Component
@Slf4j
@Order(1)
//@Order(1)
@Profile({"default", "develop", "test"})
public class WebLogAspect {
......
......@@ -29,11 +29,11 @@ import java.util.Map;
* @author: zxfei
* @date: 2022/4/20 9:24
*/
@Aspect
@Component
//@Aspect
//@Component
@Slf4j
@Order(1)
@Profile({"default", "develop1", "test1"})
//@Profile({"default", "develop1", "test1"})
public class WebLogAspect {
@Pointcut("execution(public * com.mortals..*Controller.*(..))")
public void webLog() {
......
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