Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: Pointcut is n

例:html <aop:config>   <aop:pointcut expression="execution(* com.zsn.Service.Impl.*.*(..))" id="myPointcut" />   <aop:advisor advice-ref="advice" pointcut-ref="myPointcut" /> </aop:config>java 錯誤:sprin
相關文章
相關標籤/搜索