Commit 43894060 authored by lee_mingzhu's avatar lee_mingzhu

解决打印参数时,第一个打印this的问题

parent ce1e1d20
......@@ -24,8 +24,8 @@ import javax.xml.crypto.dsig.keyinfo.PGPData;
public class IpValidatorAdvisor {
private static final Logger LOGGER = LoggerFactory.getLogger(IpValidatorAdvisor.class);
@Value("${config.accessable}")
private boolean accessable;
/*@Value("${config.accessable}")
private boolean accessable;*/
@Pointcut("@annotation(cn.quantgroup.xyqb.aspect.accessable.IpValidator)")
private void needIpValidate() {
......
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