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
相关文章
相关标签/搜索