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

异常日志前端展示添加

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