service层 @Autowirde注入dao层 报错 使用的工具是idea

七月 24, 2017 1:43:57 下午 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
七月 24, 2017 1:43:58 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
七月 24, 2017 1:43:59 下午 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jcjgjServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.kangwei.mapper.TSbScfzssJcjgjMapper com.kangwei.service.impl.JcjgjServiceImpl.jcjgjMapper; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.kangwei.mapper.TSbScfzssJcjgjMapper] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'TSbScfzssJcjgjMapper' defined in file [F:\workspace\comkangwei\target\test\WEB-INF\classes\com\kangwei\mapper\TSbScfzssJcjgjMapper.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.Typed not resolve type alias 'T_SB_SCFZSS_JCJGJ'. Cause: ja

jcjgjServiceImpl jcjgjMapper 留意下这2个文件看看有没有配置上的错误