WARN ] 2017-07-19 16:44:40,020 method:org.mybatis.spring.mapper.ClassPathMapperScanner.doScan(ClassPathMapperScanner.java:158)
No MyBatis mapper was found in '[*.org.langyue.dao]' package. Please check your configuration.
[WARN ] 2017-07-19 16:44:40,559 method:org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:545)
Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountManageContrller': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.langyue.service.AccountService org.langyue.controller.admin.AccountManageContrller.accountService; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.langyue.web.AccessTokenFilter] for bean with name 'accessTokenFilter' defined in class path resource [application-context.xml]; nested exception is java.lang.ClassNotFoundException: org.langyue.web.AccessTokenFilter
[ERROR] 2017-07-19 16:44:40,562 method:org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:353)
Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountManageContrller': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.langyue.service.AccountService org.langyue.controller.admin.AccountManageContrller.accountService; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.langyue.web.AccessTokenFilter] for bean with name 'accessTokenFilter' defined in class path resource [application-context.xml]; nested exception is java.lang.ClassNotFoundException: org.langyue.web.AccessTokenFilter
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:838)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:446)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:328)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4994)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5492)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1575)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1565)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)