标签:text lin define java span type cep size aop
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource‘ defined in class path resource [applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: warning no match for this type name: cn.xiaou.dao.impl [Xlint:invalidAbsoluteTypeName]
Spring切点配置问题
<aop:pointcut expression="execution(* cn.xiaou.dao.impl.*.*(..))" id="txPc"/>
标签:text lin define java span type cep size aop
原文地址:https://www.cnblogs.com/FlyBlueSky/p/9277455.html