易錦WEB滲透Hacker技術特訓營
demo代碼
package com.alanchen.demo.aspect;import org.springframework.context.annotation.ComponentScan;import org.springframework.context.annotation.EnableAspectJAutoProxy;/**
* @author Alan Chen
* @description
* @date 2022-09-18
*/@ComponentScan("com.alanchen.demo.aspect")@EnableAspectJAutoProxypublic class AspectConfig {}
標簽: