springboot aop

  /** * @Component 註解 把切面類加入到IOC容器中 * @Aspect 註解 使之成爲切面類 */ @Aspect @Component public class WebLogAcpect02 { /** * 定義切入點,切入點爲com.example.demo.controller.UserController下的testObject(..)函數
相關文章
相關標籤/搜索