package com.withstars.aop; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.aspectj.lang.annotation.Pointcut; import org.springframework.stereotype.Component; /** * Created with IntelliJ IDEA. * Description: * User: withstars * Date: 2018-02-22 * Time: 20:41 * Mail: withstars@126.com */ @Component @Aspect public class LogAspect { private final Log log = LogFactory.getLog(getClass()); @Before("execution(* com.withstars.controller.UserController.signin(..))") public void loginLogAspect(JoinPoint joinPoint){ String methodName=joinPoint.getSignature().toShortString(); String args=joinPoint.getArgs().toString(); log.info("---Before method "+methodName+" invoke, param:" +args+"---"); } }

ma406805131 LV19
2024年12月18日
bankroll LV5
2024年12月17日
zolscy LV24
2024年11月26日
krispeng LV15
2024年11月14日
799743530 LV11
2024年7月10日
2636804923 LV6
2024年6月17日
xiaoxia1012 LV1
2024年6月12日
cccl112 LV1
2024年6月5日
zzcio123 LV1
2024年5月27日
2131234536546 LV7
2024年3月31日

yeyugh
6月3日
暂无贡献等级
2072376767 LV2
2024年12月26日
三秋桂子 LV1
2024年12月22日
taoshen95 LV16
2024年12月21日
ma406805131 LV19
2024年12月18日
bankroll LV5
2024年12月16日
微信网友_15002431817
2024年12月16日
暂无贡献等级
按市场洒出C LV1
2024年12月8日
krispeng LV15
2024年11月14日
shunlun8855 LV1
2024年10月29日