1. 程式人生 > >spring使用AOP時the prefix aop for element is not bound.和no declaration can be found錯誤

spring使用AOP時the prefix aop for element is not bound.和no declaration can be found錯誤

在使用<aop:config>標籤時,xml編譯錯誤報:the prefix aop for element "aop:config" is not bound錯誤

原因是:未在xml檔案頭部匯入xmlns:aop=“http://www.springframework.org/schema/aop”

匯入後出現繼續出現編譯錯誤no declaration can be found

原因是:未在xml標頭檔案中匯入 xsi:schemaLocation="http://www.springframework.org/schema/aop"