读取到了Spring的配置文件却没有将其初始化,导致没有扫包

//结束位

13:55:07,812 INFO ContextLoader:272 - Root WebApplicationContext: initialization started
13:55:07,886 INFO XmlWebApplicationContext:510 - Refreshing Root WebApplicationContext: startup date [Tue Jul 04 13:55:07 CST 2017]; root of context hierarchy
13:55:07,936 INFO XmlBeanDefinitionReader:315 - Loading XML bean definitions from URL [file:/D:/apache-tomcat-7.0.72/webapps/Mine/WEB-INF/classes/applicationContext.xml]
13:55:08,315 INFO ClassPathBeanDefinitionScanner:222 - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
13:55:08,743 INFO DefaultListableBeanFactory:577 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@46d91f62: defining beans

[factoryDaoImpl,KeyValDao,MyFactoryDao,ProductDao,MyFactoryServiceImpl,KeyValService,MyFactoryService,ProductService,interfaceIpDAO,operateLogDao,optionDao,resourceDAO,interface

Account,roleDAO,selectDao,TrafficStatisticsDaoImpl,systemLogDAO,userDAO,LOG,optionService,resourceService,interfaceAccountService,roleService,selectService,TrafficStatisticsServ

iceImpl,systemLogService,interfaceIpService,userService,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.in

ternalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProc

essor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,dataSource,sessionFactory,transactionManager,org.springframework.aop.config.internalAutoProxy

Creator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframewor

k.transaction.config.internalTransactionAdvisor,txAdvice,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,org.springframework.context.annotation.Configuration

ClassPostProcessor.importAwareProcessor]; root of factory hierarchy
13:55:08,948 INFO ContextLoader:301 - Root WebApplicationContext: initialization completed in 1133 ms

就是这段 启动三脚猫的时候根本木有

是不是容器就没有加载sprin的配置文件?