From e3bf2e6cbc89414476dd8132654849ec571327e4 Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Mon, 25 Sep 2017 20:29:45 +0800 Subject: [PATCH 1/7] modify properties --- README.md | 49 ++++++++++++++++------- foryou.sql | 3 +- src/main/resources/application.properties | 4 +- 3 files changed, 39 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 069d698..d28ab6e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ ### java_server -本项目是基于SpringMVC+spring+Mybatis的校园o2o电商项目的后台和管理平台。 + +---------- +

+ + + + + +

+ +本项目是校园o2o电商项目的服务端和管理平台代码,采用`SpringBoot-Mybatis`架构,集成了丰富的短信,推送,支付,权限管理等功能。 #### 更新 + +------------- - 2017-7-21 > 1. 解决spring jar包过老,跑不起来问题。 @@ -10,24 +22,33 @@ #### 主要功能 -- jpush推送 -- mob短信 -- ping++支付 -- 接口签名 -- web端数据管理 -- 权限管理 -- 多校区管理 + +-------- +| 功能 | 平台 | +|------------|-----------------------------------| +| 推送 | [极光](https://www.jiguang.cn/) | +| 短信 | [mob](http://www.mob.com/) | +| 支付 | [ping++](https://www.pingxx.com/)| +| 接口签名 | -- | +| web端数据管理 | [bootstrap-table](http://bootstrap-table.wenzhixin.net.cn/zh-cn/)| +| 权限管理 | -- | +| 多校区管理 | -- | #### 运行 -clone下来的代码支持在eclipse或者intellij下运行,mysql支持,本地支持以springBoot的方式启动。 +clone下来的代码支持在eclipse或者intellij下运行,mysql支持,本地支持以SpringBoot的方式启动。 -1. 将foryou.sql导入你自己的数据库中 -2. 修改数据库连接配置 -3. 执行mvn package 将项目达成war包,在tomcat下运行。 +1. 将项目根目录下foryou.sql导入你自己的数据库中。 +2. 再application.properties修改数据库连接配置。 +3. 执行mvn package 将项目打成war包,在tomcat下运行。 4. 或者更改pom.xml,讲packing方式更改为jar,执行mvn package后在jar包目录下运行```java -jar jar包路径```即可 ``` jar ``` +5. 本地测试及启动,执行PortraitApplication中的main函数即可启动内置的tomcat,浏览器中访问[localhost:8080/](http://localhost:8080)(端口可以在application.properties里面设置) +即可进入管理端默认的登录页面。 +6. 校区管理员账号admin:123456,总校区管理员账号admin_1:123456。 - ## License - java_server is available under the MIT license. See the LICENSE file for more info. +#### License + +----------- +本项目基于MIT开源协议. diff --git a/foryou.sql b/foryou.sql index 670733a..3c542c8 100644 --- a/foryou.sql +++ b/foryou.sql @@ -10,7 +10,7 @@ Target Server Type : MYSQL Target Server Version : 50718 File Encoding : 65001 -Date: 2017-07-21 14:42:54 +Date: 2017-09-22 17:26:48 */ SET FOREIGN_KEY_CHECKS=0; @@ -73,6 +73,7 @@ CREATE TABLE `campus_admin` ( -- Records of campus_admin -- ---------------------------- INSERT INTO `campus_admin` VALUES ('admin', 'e10adc3949ba59abbe56e057f20f883e', '0', '1', '2017-07-21'); +INSERT INTO `campus_admin` VALUES ('admin_1', 'e10adc3949ba59abbe56e057f20f883e', '1', '1', '2017-09-22'); -- ---------------------------- -- Table structure for campus_admin_type diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 249f582..e075af6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,7 +11,7 @@ mybatis.config-location=classpath:mybatis.xml spring.datasource.url=jdbc:mysql://localhost:3306/foryou?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&nullNamePatternMatchesAll=true spring.datasource.name=foryou spring.datasource.username=root -spring.datasource.password=***** +spring.datasource.password=zc0829 validationQuery=SELECT 1 -server.port=7999 \ No newline at end of file +server.port=8080 \ No newline at end of file From f15948cf72e4209fd0e070b07bf44a5ccc6552c6 Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Mon, 25 Sep 2017 20:33:01 +0800 Subject: [PATCH 2/7] modify README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 18d283f..b10ea77 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,6 @@

本项目是校园o2o电商项目的服务端和管理平台代码,采用`SpringBoot-Mybatis`架构,集成了丰富的短信,推送,支付,权限管理等功能。 -======= -本项目是基于`SpringMVC+spring+Mybatis`的校园o2o电商项目的后台和管理平台。 ->>>>>>> 11336ab7ac04c65c771deaeda2bc38d6a063580a #### 更新 From 9e0fee4658037459ed49a504da0e4387d2c895de Mon Sep 17 00:00:00 2001 From: "twist.zheng" Date: Tue, 26 Sep 2017 00:43:43 +0800 Subject: [PATCH 3/7] :memo: modify README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b10ea77..de09a71 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,20 @@ -### java_server +## java_server -----------

+ + +

本项目是校园o2o电商项目的服务端和管理平台代码,采用`SpringBoot-Mybatis`架构,集成了丰富的短信,推送,支付,权限管理等功能。 -#### 更新 +## 更新 -------------- - 2017-7-21 > 1. 解决spring jar包过老,跑不起来问题。 @@ -21,9 +22,8 @@ 3. 支持在intellij下面运行 -#### 主要功能 +## 主要功能 --------- | 功能 | 平台 | |------------|-----------------------------------| | 推送 | [极光](https://www.jiguang.cn/) | @@ -34,7 +34,8 @@ | 权限管理 | -- | | 多校区管理 | -- | -#### 运行 +## 运行 + clone下来的代码支持在eclipse或者intellij下运行,mysql支持,本地支持以SpringBoot的方式启动。 1. 将项目根目录下foryou.sql导入你自己的数据库中。 @@ -48,7 +49,6 @@ clone下来的代码支持在eclipse或者intellij下运行,mysql支持,本 即可进入管理端默认的登录页面。 6. 校区管理员账号admin:123456,总校区管理员账号admin_1:123456。 -#### License +## License ------------ 本项目基于[MIT](https://www.opensource.org/licenses/mit-license.php)开源协议. From 9c30996ce6e4f223c9e2d033ef386f98a4d725b4 Mon Sep 17 00:00:00 2001 From: "twist.zheng" Date: Wed, 8 Nov 2017 18:41:04 +0800 Subject: [PATCH 4/7] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..228a4d1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 twist.zheng + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 5701a2c1afc9f35f8ef5c99fe985336b136b4f3b Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Mon, 25 Dec 2017 15:08:21 +0800 Subject: [PATCH 5/7] =?UTF-8?q?=E9=99=8D=E4=BD=8Emysql=20jar=E5=8C=85?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=8C=E5=8E=BB=E6=8E=89lambda=E8=A1=A8?= =?UTF-8?q?=E8=BE=BE=E5=BC=8F=E4=BB=A5=E6=94=AF=E6=8C=81jdk7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- .idea/kotlinc.xml | 7 - mybatis.log | 21757 ---------------- pom.xml | 4 +- .../foryou/controller/OrderController.java | 2998 +-- .../foryou/controller/PayController.java | 215 +- 6 files changed, 1628 insertions(+), 23356 deletions(-) delete mode 100644 .idea/kotlinc.xml delete mode 100644 mybatis.log diff --git a/.gitignore b/.gitignore index 3d3b224..bbfde43 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ target *.component .settings/ *.iml -.idea/ \ No newline at end of file +.idea/ +*.log \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 1c24f9a..0000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/mybatis.log b/mybatis.log deleted file mode 100644 index 9fd33d9..0000000 --- a/mybatis.log +++ /dev/null @@ -1,21757 +0,0 @@ -[DEBUG][2015-08-28 11:49:55,638][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,641][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,641][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,642][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,644][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,646][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,648][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,650][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,651][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,653][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,654][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,656][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,656][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,657][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,659][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,660][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,661][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,664][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,666][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,667][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:49:55,696][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:49:57,104][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-08-28 11:49:57,173][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-08-28 11:49:57,267][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-08-28 11:49:57,316][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-08-28 11:49:57,413][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-08-28 11:49:57,486][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-08-28 11:49:57,626][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-08-28 11:49:57,716][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-08-28 11:49:57,781][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-08-28 11:49:57,842][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-08-28 11:49:58,051][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-08-28 11:49:58,104][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-08-28 11:49:58,170][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-08-28 11:49:58,229][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-08-28 11:49:58,296][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-08-28 11:49:58,337][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-08-28 11:49:58,446][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-08-28 11:49:58,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:49:58,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:49:58,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:49:58,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:49:58,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:49:58,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:49:58,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:49:58,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:49:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:49:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:49:58,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:58,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:58,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:49:58,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:49:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:49:58,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:49:58,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:58,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:58,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:58,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:58,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:49:58,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:49:58,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:58,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:58,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:49:58,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:49:58,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:49:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:49:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:49:58,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:49:58,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:49:58,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:49:58,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:58,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:58,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,547][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:49:58,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:49:58,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,578][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:49:58,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:49:58,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:49:58,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:49:58,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:49:58,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:49:58,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:49:58,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:49:58,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:49:58,637][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,658][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,659][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,659][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,659][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,659][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,660][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,661][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,661][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,661][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,661][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,664][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,664][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,664][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:49:58,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:49:58,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:49:58,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:49:58,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:58,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:58,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:58,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:58,731][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,735][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@2cbc2cd4] -[DEBUG][2015-08-28 11:49:58,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:49:58,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:49:58,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:49:58,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,764][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:49:58,764][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:49:58,764][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:49:58,765][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:49:58,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,765][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:49:58,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:58,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,778][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:58,778][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:49:58,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:58,779][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:58,780][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:49:58,781][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:49:58,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,805][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:49:58,805][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:49:58,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:58,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,820][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:58,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,825][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,825][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@49c72461] -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,842][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:49:58,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,850][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:49:58,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:58,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,863][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,863][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@a7e872c] -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:49:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,877][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:49:58,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:49:58,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,889][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,889][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@7a749ed3] -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,908][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:49:58,909][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:49:58,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:49:58,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:49:58,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,918][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:49:58,919][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:49:58,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:49:58,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,955][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:58,956][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@2d4bc050] -[DEBUG][2015-08-28 11:49:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:49:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:49:58,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:49:58,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,979][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:49:58,979][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:49:58,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:58,980][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:49:58,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:49:58,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,990][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:49:58,990][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:49:58,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:58,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:58,995][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:58,996][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,001][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,003][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,003][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@52f0da90] -[DEBUG][2015-08-28 11:49:59,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:49:59,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:49:59,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:49:59,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,011][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,016][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-28 11:49:59,017][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@5dc62719] -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,034][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,034][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@77037265] -[DEBUG][2015-08-28 11:49:59,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:49:59,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:49:59,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:49:59,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:49:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,049][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:49:59,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:49:59,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,060][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:49:59,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,062][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,063][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@17840db8] -[DEBUG][2015-08-28 11:49:59,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:49:59,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:49:59,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:49:59,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,076][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:49:59,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,077][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:49:59,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:49:59,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,085][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:49:59,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,086][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,087][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@6366982d] -[DEBUG][2015-08-28 11:49:59,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:49:59,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:49:59,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:49:59,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,107][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:49:59,107][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:49:59,107][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:49:59,108][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:49:59,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:49:59,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,115][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:49:59,115][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:49:59,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:49:59,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,136][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:49:59,136][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@3d5d9ee8] -[DEBUG][2015-08-28 11:49:59,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:49:59,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:49:59,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:59,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:49:59,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:49:59,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:49:59,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:49:59,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:49:59,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:49:59,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:49:59,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:49:59,154][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@33ba8c36] -[DEBUG][2015-08-28 11:49:59,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:49:59,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:59,165][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:49:59,166][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:49:59,166][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:49:59,167][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.HotSearchTest] in cache under key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:49:59,168][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@5ff80a46 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@156aaae3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:49:59,169][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:49:59,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.HotSearchTest': ResourceElement for private com.changyu.foryou.service.HotSearchService com.changyu.test.HotSearchTest.hotSearchService -[DEBUG][2015-08-28 11:49:59,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:49:59,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:49:59,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:49:59,186][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:49:59,230][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[INFO][2015-08-28 11:49:59,532][com.changyu.test.HotSearchTest]{"@type":"org.apache.ibatis.binding.BindingException","localizedMessage":"Invalid bound statement (not found): com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly","message":"Invalid bound statement (not found): com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly","stackTrace":[{"className":"org.apache.ibatis.binding.MapperMethod$SqlCommand","fileName":"MapperMethod.java","lineNumber":196,"methodName":"","nativeMethod":false},{"className":"org.apache.ibatis.binding.MapperMethod","fileName":"MapperMethod.java","lineNumber":44,"methodName":"","nativeMethod":false},{"className":"org.apache.ibatis.binding.MapperProxy","fileName":"MapperProxy.java","lineNumber":59,"methodName":"cachedMapperMethod","nativeMethod":false},{"className":"org.apache.ibatis.binding.MapperProxy","fileName":"MapperProxy.java","lineNumber":52,"methodName":"invoke","nativeMethod":false},{"className":"com.sun.proxy.$Proxy20","lineNumber":-1,"methodName":"set2Dispaly","nativeMethod":false},{"className":"com.changyu.foryou.serviceImpl.HotSearchServiceImpl","fileName":"HotSearchServiceImpl.java","lineNumber":30,"methodName":"set2Display","nativeMethod":false},{"className":"sun.reflect.NativeMethodAccessorImpl","fileName":"NativeMethodAccessorImpl.java","lineNumber":-2,"methodName":"invoke0","nativeMethod":true},{"className":"sun.reflect.NativeMethodAccessorImpl","fileName":"NativeMethodAccessorImpl.java","lineNumber":57,"methodName":"invoke","nativeMethod":false},{"className":"sun.reflect.DelegatingMethodAccessorImpl","fileName":"DelegatingMethodAccessorImpl.java","lineNumber":43,"methodName":"invoke","nativeMethod":false},{"className":"java.lang.reflect.Method","fileName":"Method.java","lineNumber":601,"methodName":"invoke","nativeMethod":false},{"className":"org.springframework.aop.support.AopUtils","fileName":"AopUtils.java","lineNumber":317,"methodName":"invokeJoinpointUsingReflection","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":183,"methodName":"invokeJoinpoint","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":150,"methodName":"proceed","nativeMethod":false},{"className":"com.alibaba.druid.support.spring.stat.DruidStatInterceptor","fileName":"DruidStatInterceptor.java","lineNumber":72,"methodName":"invoke","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":172,"methodName":"proceed","nativeMethod":false},{"className":"org.springframework.transaction.interceptor.TransactionInterceptor","fileName":"TransactionInterceptor.java","lineNumber":110,"methodName":"invoke","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":172,"methodName":"proceed","nativeMethod":false},{"className":"org.springframework.aop.interceptor.ExposeInvocationInterceptor","fileName":"ExposeInvocationInterceptor.java","lineNumber":90,"methodName":"invoke","nativeMethod":false},{"className":"org.springframework.aop.framework.ReflectiveMethodInvocation","fileName":"ReflectiveMethodInvocation.java","lineNumber":172,"methodName":"proceed","nativeMethod":false},{"className":"org.springframework.aop.framework.JdkDynamicAopProxy","fileName":"JdkDynamicAopProxy.java","lineNumber":204,"methodName":"invoke","nativeMethod":false},{"className":"com.sun.proxy.$Proxy21","lineNumber":-1,"methodName":"set2Display","nativeMethod":false},{"className":"com.changyu.test.HotSearchTest","fileName":"HotSearchTest.java","lineNumber":39,"methodName":"setNot2Display","nativeMethod":false},{"className":"sun.reflect.NativeMethodAccessorImpl","fileName":"NativeMethodAccessorImpl.java","lineNumber":-2,"methodName":"invoke0","nativeMethod":true},{"className":"sun.reflect.NativeMethodAccessorImpl","fileName":"NativeMethodAccessorImpl.java","lineNumber":57,"methodName":"invoke","nativeMethod":false},{"className":"sun.reflect.DelegatingMethodAccessorImpl","fileName":"DelegatingMethodAccessorImpl.java","lineNumber":43,"methodName":"invoke","nativeMethod":false},{"className":"java.lang.reflect.Method","fileName":"Method.java","lineNumber":601,"methodName":"invoke","nativeMethod":false},{"className":"org.junit.runners.model.FrameworkMethod$1","fileName":"FrameworkMethod.java","lineNumber":47,"methodName":"runReflectiveCall","nativeMethod":false},{"className":"org.junit.internal.runners.model.ReflectiveCallable","fileName":"ReflectiveCallable.java","lineNumber":12,"methodName":"run","nativeMethod":false},{"className":"org.junit.runners.model.FrameworkMethod","fileName":"FrameworkMethod.java","lineNumber":44,"methodName":"invokeExplosively","nativeMethod":false},{"className":"org.junit.internal.runners.statements.InvokeMethod","fileName":"InvokeMethod.java","lineNumber":17,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks","fileName":"RunBeforeTestMethodCallbacks.java","lineNumber":74,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks","fileName":"RunAfterTestMethodCallbacks.java","lineNumber":83,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.SpringRepeat","fileName":"SpringRepeat.java","lineNumber":72,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.SpringJUnit4ClassRunner","fileName":"SpringJUnit4ClassRunner.java","lineNumber":231,"methodName":"runChild","nativeMethod":false},{"className":"org.springframework.test.context.junit4.SpringJUnit4ClassRunner","fileName":"SpringJUnit4ClassRunner.java","lineNumber":88,"methodName":"runChild","nativeMethod":false},{"className":"org.junit.runners.ParentRunner$3","fileName":"ParentRunner.java","lineNumber":238,"methodName":"run","nativeMethod":false},{"className":"org.junit.runners.ParentRunner$1","fileName":"ParentRunner.java","lineNumber":63,"methodName":"schedule","nativeMethod":false},{"className":"org.junit.runners.ParentRunner","fileName":"ParentRunner.java","lineNumber":236,"methodName":"runChildren","nativeMethod":false},{"className":"org.junit.runners.ParentRunner","fileName":"ParentRunner.java","lineNumber":53,"methodName":"access$000","nativeMethod":false},{"className":"org.junit.runners.ParentRunner$2","fileName":"ParentRunner.java","lineNumber":229,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks","fileName":"RunBeforeTestClassCallbacks.java","lineNumber":61,"methodName":"evaluate","nativeMethod":false},{"className":"org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks","fileName":"RunAfterTestClassCallbacks.java","lineNumber":71,"methodName":"evaluate","nativeMethod":false},{"className":"org.junit.runners.ParentRunner","fileName":"ParentRunner.java","lineNumber":309,"methodName":"run","nativeMethod":false},{"className":"org.springframework.test.context.junit4.SpringJUnit4ClassRunner","fileName":"SpringJUnit4ClassRunner.java","lineNumber":174,"methodName":"run","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference","fileName":"JUnit4TestReference.java","lineNumber":50,"methodName":"run","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.TestExecution","fileName":"TestExecution.java","lineNumber":38,"methodName":"run","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.RemoteTestRunner","fileName":"RemoteTestRunner.java","lineNumber":467,"methodName":"runTests","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.RemoteTestRunner","fileName":"RemoteTestRunner.java","lineNumber":683,"methodName":"runTests","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.RemoteTestRunner","fileName":"RemoteTestRunner.java","lineNumber":390,"methodName":"run","nativeMethod":false},{"className":"org.eclipse.jdt.internal.junit.runner.RemoteTestRunner","fileName":"RemoteTestRunner.java","lineNumber":197,"methodName":"main","nativeMethod":false}],"suppressed":[]} -[INFO][2015-08-28 11:49:59,536][com.changyu.test.HotSearchTest]{"message":"修改失败","status":"failure"} -[DEBUG][2015-08-28 11:49:59,537][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@5ff80a46 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@156aaae3, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:49:59,539][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@5ff80a46 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@156aaae3, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:49:59,543][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@5ff80a46 testClass = HotSearchTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-08-28 11:49:59,549][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:49:52 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:49:59,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:49:59,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:49:59,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1a8cc3ba: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:49:59,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:49:59,555][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:49:59,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:49:59,557][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-08-28 11:49:59,567][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:52:13,845][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:52:13,948][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@7a5fe968 declaringClass = 'com.changyu.test.HotSearchTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:52:13,955][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:13,961][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:52:14,049][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,050][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,057][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,057][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,059][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,060][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,067][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,067][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:14,074][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-28 11:52:14,075][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:14,374][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:14,377][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:14,382][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:14,382][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:14,398][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:14,399][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:14,399][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:14,399][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:52:14,421][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:52:14,479][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:52:14,569][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:52:14,582][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-08-28 11:52:14,588][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-28 11:52:14,703][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-08-28 11:52:14,720][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-28 11:52:14,745][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:52:14,779][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-08-28 11:52:14,881][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-08-28 11:52:14,882][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-08-28 11:52:14,894][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-08-28 11:52:14,966][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-08-28 11:52:14,966][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-08-28 11:52:14,972][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-08-28 11:52:15,005][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,009][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,011][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,012][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,018][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,022][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,024][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,026][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,028][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,029][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,039][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-08-28 11:52:15,049][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:52:15,049][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:52:15,053][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:52:15,058][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-28 11:52:15,108][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-08-28 11:52:15,133][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-28 11:52:15,149][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-08-28 11:52:15,166][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:52:15,167][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:52:15,183][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-08-28 11:52:15,270][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:52:15,278][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:52:15 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:52:15,279][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@3bcd288e: org.springframework.beans.factory.support.DefaultListableBeanFactory@66caa61e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-08-28 11:52:15,386][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:15,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:15,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:15,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:15,676][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:15,677][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,677][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,678][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:15,683][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-08-28 11:52:15,683][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-08-28 11:52:15,692][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-08-28 11:52:15,693][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-08-28 11:52:15,694][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-08-28 11:52:15,695][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-08-28 11:52:15,695][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-08-28 11:52:15,696][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-08-28 11:52:15,697][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-08-28 11:52:15,698][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-08-28 11:52:15,698][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-08-28 11:52:15,700][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-08-28 11:52:15,701][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-08-28 11:52:15,702][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-08-28 11:52:15,704][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-08-28 11:52:15,705][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-08-28 11:52:15,705][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-08-28 11:52:15,706][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-08-28 11:52:15,707][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-08-28 11:52:15,708][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-08-28 11:52:15,713][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,717][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,717][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,717][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:52:15,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:52:15,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:52:15,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:52:15,765][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:52:15,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:52:15,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:52:15,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:52:15,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:52:15,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:52:15,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:52:15,879][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7c0817a] -[DEBUG][2015-08-28 11:52:15,885][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a43dcca] -[INFO][2015-08-28 11:52:15,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@66caa61e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:52:15,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:52:15,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:52:15,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:52:15,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:15,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:15,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:52:15,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:52:15,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:15,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:15,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:15,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:15,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:52:15,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:15,995][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:15,995][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,995][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,996][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:15,997][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:15,998][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,998][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:15,999][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,002][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,003][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,004][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,004][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,010][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,011][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,011][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,012][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,014][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,015][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,015][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,015][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:52:16,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,503][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-28 11:52:16,534][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:52:16,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,535][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-28 11:52:16,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:16,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:16,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,549][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,550][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,567][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,568][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,627][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:52:16,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,648][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:52:16,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:52:16,670][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,670][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,671][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,671][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,675][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:16,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,681][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,687][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,688][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,688][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,693][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,693][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:16,697][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,698][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,698][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,698][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,703][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,704][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,709][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,709][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,715][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,715][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,716][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,719][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:16,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:16,731][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,731][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,739][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,740][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:16,749][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:16,750][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,750][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,751][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,751][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,754][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:52:16,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:52:16,759][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,759][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,759][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:52:16,760][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:52:16,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:52:16,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:16,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:16,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:52:16,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:52:16,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:16,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:16,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:16,983][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,983][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,984][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,984][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,985][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,985][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,986][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,986][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,988][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,988][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,989][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,989][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,990][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,990][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,991][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,991][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:52:16,993][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:52:16,993][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,994][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:52:16,994][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:52:17,004][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:52:17,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:52:17,268][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:52:17,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:17,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:17,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:17,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:17,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:52:17,496][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-08-28 11:52:17,497][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-08-28 11:52:17,502][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-08-28 11:52:17,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:17,759][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:52:17,760][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:52:17,762][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:52:17,764][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:52:17,765][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:52:17,766][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:52:17,766][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:52:17,917][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:52:17,918][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:52:17,919][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:52:17,920][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:52:17,921][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:52:17,922][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:52:17,922][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:52:17,923][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:52:17,924][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:52:17,925][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:52:17,925][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:52:17,926][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:52:17,926][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:52:17,928][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:52:17,929][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:52:17,930][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:52:17,930][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:52:17,931][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:52:17,931][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:52:17,932][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:52:17,932][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:52:17,933][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:52:17,934][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:52:17,935][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:52:17,935][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:52:17,936][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:52:17,937][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:52:17,937][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:52:17,938][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:52:17,939][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:52:17,939][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:52:17,940][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:52:17,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:52:17,941][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:52:17,942][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:52:17,942][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-28 11:52:17,942][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-28 11:52:17,943][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:17,944][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-28 11:52:17,945][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-28 11:52:17,946][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:17,947][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-28 11:52:17,947][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-28 11:52:17,948][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:17,949][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-28 11:52:17,949][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-28 11:52:17,950][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3`!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:52:17,968][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-28 11:52:17,969][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-28 11:52:17,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:52:17,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-28 11:52:17,972][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-28 11:52:17,974][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-08-28 11:52:17,977][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-28 11:52:17,978][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-28 11:52:17,978][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:52:17,979][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-28 11:52:17,980][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-28 11:52:17,981][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:52:17,982][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-28 11:52:17,982][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-28 11:52:17,983][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:17,984][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-28 11:52:17,984][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-28 11:52:17,985][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:52:17,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-28 11:52:17,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-28 11:52:17,989][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:52:17,990][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-28 11:52:17,990][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-28 11:52:17,991][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:52:17,992][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-28 11:52:17,992][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-28 11:52:17,994][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-08-28 11:52:17,995][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-28 11:52:17,995][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-28 11:52:17,996][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-08-28 11:52:17,997][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-28 11:52:17,997][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-28 11:52:17,997][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-08-28 11:52:17,998][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-28 11:52:17,999][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-28 11:52:17,999][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:52:18,000][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-28 11:52:18,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-28 11:52:18,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-08-28 11:52:18,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-28 11:52:18,003][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-28 11:52:18,004][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:18,005][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-28 11:52:18,005][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-28 11:52:18,006][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-08-28 11:52:18,008][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-28 11:52:18,008][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-28 11:52:18,009][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:52:18,010][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-28 11:52:18,010][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-28 11:52:18,011][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:18,013][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-28 11:52:18,013][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-28 11:52:18,014][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:18,015][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-28 11:52:18,015][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-28 11:52:18,016][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-28 11:52:18,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-28 11:52:18,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-28 11:52:18,019][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:18,020][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-28 11:52:18,022][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-28 11:52:18,024][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:52:18,025][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-28 11:52:18,026][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-28 11:52:18,026][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:52:18,027][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-28 11:52:18,027][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-28 11:52:18,028][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-08-28 11:52:18,029][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-28 11:52:18,030][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-28 11:52:18,031][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-08-28 11:52:18,032][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-28 11:52:18,032][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-28 11:52:18,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:52:18,034][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-28 11:52:18,034][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-28 11:52:18,036][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-28 11:52:18,037][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-28 11:52:18,037][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-28 11:52:18,038][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:18,039][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-28 11:52:18,040][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-28 11:52:18,040][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:52:18,041][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-28 11:52:18,042][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-28 11:52:18,043][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-28 11:52:18,044][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-28 11:52:18,044][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-28 11:52:18,045][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:52:18,046][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,047][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,047][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,050][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,051][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,055][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,056][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,057][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,059][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,061][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,062][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,065][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,066][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,068][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,070][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,072][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,073][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,075][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,076][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,078][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,078][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,080][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,081][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,083][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,084][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,086][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,087][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,089][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,090][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:52:18,120][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:52:19,457][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-08-28 11:52:19,522][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-08-28 11:52:19,610][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-08-28 11:52:19,659][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-08-28 11:52:19,757][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-08-28 11:52:19,828][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-08-28 11:52:19,967][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-08-28 11:52:20,060][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-08-28 11:52:20,121][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-08-28 11:52:20,177][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-08-28 11:52:20,387][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-08-28 11:52:20,441][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-08-28 11:52:20,508][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-08-28 11:52:20,561][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-08-28 11:52:20,634][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-08-28 11:52:20,674][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-08-28 11:52:20,783][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-08-28 11:52:20,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:52:20,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:52:20,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:52:20,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:20,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:52:20,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:20,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:20,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:20,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:52:20,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:20,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:20,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:20,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:52:20,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:52:20,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:52:20,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:52:20,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:20,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:20,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:20,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:20,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:52:20,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:52:20,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:20,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:20,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:52:20,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:20,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:52:20,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:20,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:52:20,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:52:20,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:52:20,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:52:20,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:20,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:20,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:20,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,887][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:52:20,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:52:20,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,912][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:52:20,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:52:20,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:52:20,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:20,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:52:20,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:52:20,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:20,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:52:20,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:52:20,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:52:20,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:52:20,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,990][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,991][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,992][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,993][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,994][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:52:20,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:20,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:20,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:52:20,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:52:20,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:52:21,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,053][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,057][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@35d858d9] -[DEBUG][2015-08-28 11:52:21,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:52:21,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:52:21,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:52:21,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,084][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:52:21,084][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:52:21,084][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:52:21,085][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:52:21,085][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,085][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:52:21,086][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:21,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,091][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,099][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:21,099][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:52:21,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:52:21,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,129][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:52:21,130][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:52:21,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:21,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,145][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:21,145][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:52:21,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:21,148][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:21,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,149][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,150][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@5ad4a242] -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,166][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:52:21,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:52:21,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:21,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,186][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,187][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@113c53c8] -[DEBUG][2015-08-28 11:52:21,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:52:21,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:52:21,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:52:21,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,202][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:52:21,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,202][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:52:21,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:52:21,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,212][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:52:21,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,214][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,214][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@a7e872c] -[DEBUG][2015-08-28 11:52:21,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:52:21,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:52:21,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:52:21,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,233][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:52:21,233][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:52:21,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,234][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:52:21,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:21,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,243][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:52:21,244][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:52:21,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:52:21,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,278][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:52:21,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,280][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,280][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@5fecff21] -[DEBUG][2015-08-28 11:52:21,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:52:21,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:52:21,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:52:21,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,301][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:52:21,301][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:52:21,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,301][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:52:21,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,312][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:21,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:52:21,314][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:21,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,325][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:52:21,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,327][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,328][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@5c608f6e] -[DEBUG][2015-08-28 11:52:21,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:52:21,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:52:21,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:52:21,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,343][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-28 11:52:21,343][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@cf55979] -[DEBUG][2015-08-28 11:52:21,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:52:21,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:52:21,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:52:21,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,360][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,360][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@1547cbc9] -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,375][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:52:21,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,375][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:52:21,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:21,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,387][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:52:21,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,389][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,390][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,390][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@34b81ee] -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,403][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:52:21,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,404][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:52:21,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:21,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,412][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:52:21,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,413][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,414][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@17840db8] -[DEBUG][2015-08-28 11:52:21,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:52:21,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:52:21,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:52:21,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,435][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:52:21,435][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:52:21,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:52:21,435][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:52:21,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:21,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,442][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:52:21,443][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:52:21,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:52:21,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,464][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:52:21,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,466][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:52:21,466][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@2e06de7e] -[DEBUG][2015-08-28 11:52:21,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:52:21,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:52:21,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:21,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:52:21,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:52:21,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:52:21,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:52:21,485][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@b70de0f] -[DEBUG][2015-08-28 11:52:21,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:52:21,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:21,494][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:52:21,495][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:52:21,495][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:52:21,496][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.HotSearchTest] in cache under key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:21,497][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@238be9f2 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@36ac2119, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:52:21,498][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:21,502][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.HotSearchTest': ResourceElement for private com.changyu.foryou.service.HotSearchService com.changyu.test.HotSearchTest.hotSearchService -[DEBUG][2015-08-28 11:52:21,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:52:21,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:52:21,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:52:21,511][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:21,563][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:52:21,575][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5fa7eb33] -[DEBUG][2015-08-28 11:52:21,603][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:52:21,604][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:52:21,610][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@1ae78d87] will be managed by Spring -[DEBUG][2015-08-28 11:52:21,623][com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly]==> Preparing: update hot_search set is_display=1 where hot_id=? -[DEBUG][2015-08-28 11:52:21,865][com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly]==> Parameters: 4(Integer) -[DEBUG][2015-08-28 11:52:21,919][com.changyu.foryou.mapper.HotSearchMapper.set2Dispaly]<== Updates: 1 -[DEBUG][2015-08-28 11:52:21,920][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-28 11:52:21,920][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5fa7eb33] -[DEBUG][2015-08-28 11:52:21,921][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5fa7eb33] -[DEBUG][2015-08-28 11:52:21,922][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-08-28 11:52:22,045][com.changyu.test.HotSearchTest]{"message":"修改成功","status":"success"} -[DEBUG][2015-08-28 11:52:22,046][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@238be9f2 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@36ac2119, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:52:22,047][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@238be9f2 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@36ac2119, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:52:22,052][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@238be9f2 testClass = HotSearchTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@fe651b0 testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-08-28 11:52:22,056][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3bcd288e: startup date [Fri Aug 28 11:52:15 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:52:22,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:52:22,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:52:22,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@66caa61e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:52:22,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:52:22,060][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:52:22,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:52:22,062][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-28 11:52:22,062][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[INFO][2015-08-28 11:52:22,066][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-28 11:54:01,382][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.HotSearchTest]. -[DEBUG][2015-08-28 11:54:01,502][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@74b9121c declaringClass = 'com.changyu.test.HotSearchTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:01,509][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,514][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.HotSearchTest]: using defaults. -[DEBUG][2015-08-28 11:54:01,587][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,588][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,591][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,591][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,602][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,602][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:01,613][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-28 11:54:01,614][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:01,852][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:01,855][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:01,859][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:01,860][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:01,874][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:01,874][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:01,875][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:01,875][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-28 11:54:01,897][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-28 11:54:01,948][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:54:02,033][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-28 11:54:02,046][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-08-28 11:54:02,055][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-28 11:54:02,182][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-08-28 11:54:02,199][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-28 11:54:02,221][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:54:02,255][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-08-28 11:54:02,350][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-08-28 11:54:02,351][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-08-28 11:54:02,363][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-08-28 11:54:02,454][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-08-28 11:54:02,455][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-08-28 11:54:02,462][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-08-28 11:54:02,510][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,514][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,515][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,517][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,523][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,530][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,531][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,534][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,536][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,538][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,548][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-08-28 11:54:02,559][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-28 11:54:02,559][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-28 11:54:02,565][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-28 11:54:02,570][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-28 11:54:02,619][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-08-28 11:54:02,629][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-28 11:54:02,650][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-08-28 11:54:02,673][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-28 11:54:02,676][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-28 11:54:02,693][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-08-28 11:54:02,772][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-28 11:54:02,780][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@34521982: startup date [Fri Aug 28 11:54:02 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:54:02,781][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@34521982: org.springframework.beans.factory.support.DefaultListableBeanFactory@4b027d71: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-08-28 11:54:02,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:54:02,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:54:02,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:02,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:54:02,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:02,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:02,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:03,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:03,211][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,212][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,212][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,213][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-08-28 11:54:03,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-08-28 11:54:03,226][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-08-28 11:54:03,229][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-08-28 11:54:03,230][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-08-28 11:54:03,231][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-08-28 11:54:03,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-08-28 11:54:03,233][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-08-28 11:54:03,233][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-08-28 11:54:03,238][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-08-28 11:54:03,239][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-08-28 11:54:03,239][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-08-28 11:54:03,240][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-08-28 11:54:03,242][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-08-28 11:54:03,243][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-08-28 11:54:03,244][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-08-28 11:54:03,245][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-08-28 11:54:03,249][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-08-28 11:54:03,250][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-08-28 11:54:03,251][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-08-28 11:54:03,255][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,260][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,260][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,261][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,262][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,262][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,262][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,263][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,263][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,263][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,263][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-28 11:54:03,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:54:03,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:54:03,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-28 11:54:03,301][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-28 11:54:03,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:54:03,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:54:03,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:54:03,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:54:03,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:54:03,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:54:03,462][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@18fab9c1] -[DEBUG][2015-08-28 11:54:03,474][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@24141978] -[INFO][2015-08-28 11:54:03,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4b027d71: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:54:03,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-28 11:54:03,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-28 11:54:03,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:03,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:54:03,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:54:03,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-28 11:54:03,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:03,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:03,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:03,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:54:03,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,594][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,595][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,596][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,597][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,599][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,599][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,603][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,604][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,607][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,608][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,608][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,609][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,614][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,615][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,615][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,615][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,619][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:03,619][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,620][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:03,620][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:03,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:03,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-28 11:54:04,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,190][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-28 11:54:04,207][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:54:04,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,208][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-28 11:54:04,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:04,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:04,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,224][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,224][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,306][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-28 11:54:04,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:54:04,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:54:04,322][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,323][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,323][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,325][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:54:04,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:54:04,346][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,347][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,348][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,371][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:04,372][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:04,373][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,375][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,376][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:04,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:04,384][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,384][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,385][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,385][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,387][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:04,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:04,395][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,395][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,396][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:54:04,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:54:04,407][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,407][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,409][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:04,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:04,418][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,418][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,419][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:04,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:04,429][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,429][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,431][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:54:04,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:54:04,438][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,439][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,441][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:54:04,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:54:04,448][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,448][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,448][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:04,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:04,454][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,454][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,455][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:04,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:04,461][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,461][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,462][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,464][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:04,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:04,467][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,467][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,468][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:04,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:04,473][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,473][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,476][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:04,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:04,484][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,484][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,485][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:54:04,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:54:04,492][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,492][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,493][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-28 11:54:04,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-28 11:54:04,499][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:04,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:04,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:04,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:54:04,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:54:04,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:04,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:04,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:04,748][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,749][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,750][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,751][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:04,752][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,753][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,753][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,754][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:04,755][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,756][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,757][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,757][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:04,759][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,760][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,760][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,760][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-28 11:54:04,762][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-28 11:54:04,762][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,762][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-28 11:54:04,763][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-28 11:54:04,772][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-28 11:54:04,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-28 11:54:05,041][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-28 11:54:05,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:05,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:05,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:05,042][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:05,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-28 11:54:05,310][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-08-28 11:54:05,310][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-08-28 11:54:05,316][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-08-28 11:54:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:05,557][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-28 11:54:05,557][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-28 11:54:05,559][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-28 11:54:05,561][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-28 11:54:05,562][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-28 11:54:05,563][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:54:05,563][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:54:05,713][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-28 11:54:05,713][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-28 11:54:05,715][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-28 11:54:05,715][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-28 11:54:05,716][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-28 11:54:05,717][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-28 11:54:05,719][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-28 11:54:05,719][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-28 11:54:05,720][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-28 11:54:05,721][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-28 11:54:05,722][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-28 11:54:05,723][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-28 11:54:05,724][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-28 11:54:05,725][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-28 11:54:05,725][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-28 11:54:05,726][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-28 11:54:05,726][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-28 11:54:05,727][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-28 11:54:05,728][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-28 11:54:05,729][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-28 11:54:05,730][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-28 11:54:05,731][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-28 11:54:05,731][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-28 11:54:05,732][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-28 11:54:05,732][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-28 11:54:05,733][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-28 11:54:05,733][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-28 11:54:05,734][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-28 11:54:05,735][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-28 11:54:05,735][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-28 11:54:05,736][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-28 11:54:05,736][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-28 11:54:05,737][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-28 11:54:05,737][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-28 11:54:05,738][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-28 11:54:05,739][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-28 11:54:05,739][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-28 11:54:05,740][org.apache.ibatis.io.ResolverUtil]Reader entry: 3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,741][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-28 11:54:05,742][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-28 11:54:05,744][org.apache.ibatis.io.ResolverUtil]Reader entry: 3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,745][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-28 11:54:05,745][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-28 11:54:05,746][org.apache.ibatis.io.ResolverUtil]Reader entry: 3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,747][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-28 11:54:05,748][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-28 11:54:05,749][org.apache.ibatis.io.ResolverUtil]Reader entry: 3`!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:54:05,750][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-28 11:54:05,751][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-28 11:54:05,752][org.apache.ibatis.io.ResolverUtil]Reader entry: 3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:54:05,753][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-28 11:54:05,753][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-28 11:54:05,754][org.apache.ibatis.io.ResolverUtil]Reader entry: 3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-08-28 11:54:05,757][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-28 11:54:05,757][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-28 11:54:05,758][org.apache.ibatis.io.ResolverUtil]Reader entry: 3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:54:05,760][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-28 11:54:05,760][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-28 11:54:05,761][org.apache.ibatis.io.ResolverUtil]Reader entry: 3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:54:05,762][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-28 11:54:05,763][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-28 11:54:05,764][org.apache.ibatis.io.ResolverUtil]Reader entry: 3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,765][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-28 11:54:05,766][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-28 11:54:05,767][org.apache.ibatis.io.ResolverUtil]Reader entry: 3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-28 11:54:05,768][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-28 11:54:05,769][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-28 11:54:05,772][org.apache.ibatis.io.ResolverUtil]Reader entry: 3?com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-08-28 11:54:05,773][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-28 11:54:05,774][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-28 11:54:05,775][org.apache.ibatis.io.ResolverUtil]Reader entry: 3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-28 11:54:05,776][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-28 11:54:05,776][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-28 11:54:05,778][org.apache.ibatis.io.ResolverUtil]Reader entry: 3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-08-28 11:54:05,779][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-28 11:54:05,780][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-28 11:54:05,781][org.apache.ibatis.io.ResolverUtil]Reader entry: 30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-08-28 11:54:05,782][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-28 11:54:05,782][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-28 11:54:05,783][org.apache.ibatis.io.ResolverUtil]Reader entry: 3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-08-28 11:54:05,784][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-28 11:54:05,785][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-28 11:54:05,786][org.apache.ibatis.io.ResolverUtil]Reader entry: 3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-28 11:54:05,787][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-28 11:54:05,787][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-28 11:54:05,788][org.apache.ibatis.io.ResolverUtil]Reader entry: 3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-08-28 11:54:05,790][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-28 11:54:05,790][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-28 11:54:05,792][org.apache.ibatis.io.ResolverUtil]Reader entry: 3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,811][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-28 11:54:05,811][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-28 11:54:05,813][org.apache.ibatis.io.ResolverUtil]Reader entry: 3?com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-08-28 11:54:05,820][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-28 11:54:05,820][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-28 11:54:05,822][org.apache.ibatis.io.ResolverUtil]Reader entry: 3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-28 11:54:05,823][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-28 11:54:05,823][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-28 11:54:05,824][org.apache.ibatis.io.ResolverUtil]Reader entry: 3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,825][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-28 11:54:05,825][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-28 11:54:05,826][org.apache.ibatis.io.ResolverUtil]Reader entry: 3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,827][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-28 11:54:05,827][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-28 11:54:05,828][org.apache.ibatis.io.ResolverUtil]Reader entry: 3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-28 11:54:05,830][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-28 11:54:05,830][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-28 11:54:05,831][org.apache.ibatis.io.ResolverUtil]Reader entry: 3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,832][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-28 11:54:05,833][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-28 11:54:05,833][org.apache.ibatis.io.ResolverUtil]Reader entry: 3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-28 11:54:05,834][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-28 11:54:05,835][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-28 11:54:05,835][org.apache.ibatis.io.ResolverUtil]Reader entry: 3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-28 11:54:05,837][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-28 11:54:05,838][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-28 11:54:05,839][org.apache.ibatis.io.ResolverUtil]Reader entry: 3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-08-28 11:54:05,840][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-28 11:54:05,840][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-28 11:54:05,841][org.apache.ibatis.io.ResolverUtil]Reader entry: 3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-08-28 11:54:05,843][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-28 11:54:05,843][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-28 11:54:05,844][org.apache.ibatis.io.ResolverUtil]Reader entry: 3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-28 11:54:05,845][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-28 11:54:05,845][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-28 11:54:05,847][org.apache.ibatis.io.ResolverUtil]Reader entry: 3?#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-28 11:54:05,848][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-28 11:54:05,848][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-28 11:54:05,849][org.apache.ibatis.io.ResolverUtil]Reader entry: 3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,851][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-28 11:54:05,851][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-28 11:54:05,853][org.apache.ibatis.io.ResolverUtil]Reader entry: 3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-28 11:54:05,854][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-28 11:54:05,854][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-28 11:54:05,856][org.apache.ibatis.io.ResolverUtil]Reader entry: 3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-28 11:54:05,857][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-28 11:54:05,857][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-28 11:54:05,858][org.apache.ibatis.io.ResolverUtil]Reader entry: 3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-28 11:54:05,860][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,861][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,862][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,862][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,864][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,865][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,866][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,869][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,871][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,873][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,874][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,888][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,890][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,892][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,895][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,895][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,897][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,898][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,900][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,901][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,903][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,905][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,906][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,908][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,910][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,910][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,912][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,914][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,916][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,917][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,919][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,920][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,922][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,923][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-28 11:54:05,947][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-28 11:54:07,211][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-08-28 11:54:07,281][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-08-28 11:54:07,375][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-08-28 11:54:07,421][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-08-28 11:54:07,516][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-08-28 11:54:07,585][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-08-28 11:54:07,733][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-08-28 11:54:07,822][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-08-28 11:54:07,876][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-08-28 11:54:07,926][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-08-28 11:54:08,120][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-08-28 11:54:08,170][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-08-28 11:54:08,216][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-08-28 11:54:08,280][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-08-28 11:54:08,341][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-08-28 11:54:08,378][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-08-28 11:54:08,484][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-08-28 11:54:08,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,487][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,528][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-28 11:54:08,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-28 11:54:08,529][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-28 11:54:08,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:08,531][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-28 11:54:08,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:08,533][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:08,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:08,534][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-28 11:54:08,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:08,536][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:08,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:08,538][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-28 11:54:08,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-28 11:54:08,541][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-28 11:54:08,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-28 11:54:08,544][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:08,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:08,546][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:08,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:08,549][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-28 11:54:08,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-28 11:54:08,551][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:08,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:08,553][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-28 11:54:08,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:08,555][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-28 11:54:08,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:08,557][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-28 11:54:08,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-28 11:54:08,559][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-28 11:54:08,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-28 11:54:08,565][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-28 11:54:08,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:08,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:08,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:08,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,588][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-28 11:54:08,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:54:08,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,597][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,615][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-28 11:54:08,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:54:08,622][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:54:08,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:54:08,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:54:08,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:54:08,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-28 11:54:08,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-28 11:54:08,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:54:08,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,696][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,697][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,697][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,697][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,697][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,698][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-28 11:54:08,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-28 11:54:08,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-28 11:54:08,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-28 11:54:08,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:08,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:08,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,720][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:08,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:08,761][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:08,764][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@59ab77f8] -[DEBUG][2015-08-28 11:54:08,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-28 11:54:08,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:08,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:54:08,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,795][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:54:08,796][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:54:08,796][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:54:08,797][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:54:08,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,798][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-28 11:54:08,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:08,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,817][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:08,818][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-28 11:54:08,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:08,821][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:08,821][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-28 11:54:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:08,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,843][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:08,843][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-28 11:54:08,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:54:08,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,871][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-28 11:54:08,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,874][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:08,875][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@3abbafc7] -[DEBUG][2015-08-28 11:54:08,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-28 11:54:08,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:54:08,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:54:08,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:54:08,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,901][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-28 11:54:08,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:08,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,919][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:08,920][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@30b078b0] -[DEBUG][2015-08-28 11:54:08,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-28 11:54:08,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-28 11:54:08,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:54:08,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,933][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:54:08,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,934][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-28 11:54:08,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:54:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,945][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-28 11:54:08,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,949][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:08,949][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@756b9292] -[DEBUG][2015-08-28 11:54:08,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-28 11:54:08,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:08,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:54:08,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,969][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:54:08,969][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:54:08,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:08,970][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-28 11:54:08,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:54:08,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:08,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:08,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,011][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-28 11:54:09,012][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-28 11:54:09,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:09,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,017][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,023][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-28 11:54:09,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,027][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,027][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@6f9435] -[DEBUG][2015-08-28 11:54:09,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-28 11:54:09,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-28 11:54:09,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:54:09,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,064][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:54:09,064][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:54:09,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,065][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-28 11:54:09,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:09,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,077][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:09,077][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-28 11:54:09,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:09,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,088][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-28 11:54:09,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,091][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,091][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@18a25fa3] -[DEBUG][2015-08-28 11:54:09,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-28 11:54:09,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-28 11:54:09,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-28 11:54:09,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,098][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,103][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,104][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-28 11:54:09,104][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@5ffcb67] -[DEBUG][2015-08-28 11:54:09,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-28 11:54:09,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:09,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:54:09,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,122][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,122][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@7192943d] -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,135][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:54:09,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,135][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-28 11:54:09,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:09,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,147][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-28 11:54:09,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,151][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,152][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@651e5313] -[DEBUG][2015-08-28 11:54:09,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-28 11:54:09,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-28 11:54:09,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:54:09,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,168][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:54:09,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,170][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-28 11:54:09,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:09,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,184][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-28 11:54:09,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,187][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,188][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@643d12f] -[DEBUG][2015-08-28 11:54:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-28 11:54:09,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:09,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-28 11:54:09,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,217][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:54:09,218][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:54:09,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-28 11:54:09,218][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-28 11:54:09,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:54:09,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,239][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-28 11:54:09,240][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-28 11:54:09,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,250][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-28 11:54:09,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,252][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-28 11:54:09,252][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@5e893e53] -[DEBUG][2015-08-28 11:54:09,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-28 11:54:09,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-28 11:54:09,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:09,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-28 11:54:09,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-28 11:54:09,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-28 11:54:09,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-28 11:54:09,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:09,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-28 11:54:09,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-28 11:54:09,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-28 11:54:09,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-28 11:54:09,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-28 11:54:09,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-28 11:54:09,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-28 11:54:09,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-28 11:54:09,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-28 11:54:09,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-28 11:54:09,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-28 11:54:09,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-28 11:54:09,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-28 11:54:09,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-28 11:54:09,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-28 11:54:09,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-28 11:54:09,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-28 11:54:09,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-28 11:54:09,279][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1985828e] -[DEBUG][2015-08-28 11:54:09,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-28 11:54:09,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:09,292][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-28 11:54:09,292][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-28 11:54:09,293][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-28 11:54:09,294][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.HotSearchTest] in cache under key [[MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,296][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@6b931b97 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@6f88dae, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:09,297][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,301][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.HotSearchTest': ResourceElement for private com.changyu.foryou.service.HotSearchService com.changyu.test.HotSearchTest.hotSearchService -[DEBUG][2015-08-28 11:54:09,302][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-28 11:54:09,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,313][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.HotSearchTest] from cache with key [[MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,367][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:09,380][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f708099] -[DEBUG][2015-08-28 11:54:09,408][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:09,409][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:09,414][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:09,426][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Preparing: update hot_search set is_display=0 where hot_id=? -[DEBUG][2015-08-28 11:54:09,674][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]==> Parameters: 4(Integer) -[DEBUG][2015-08-28 11:54:09,714][com.changyu.foryou.mapper.HotSearchMapper.setNot2Display]<== Updates: 1 -[DEBUG][2015-08-28 11:54:09,715][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-28 11:54:09,715][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f708099] -[DEBUG][2015-08-28 11:54:09,716][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f708099] -[DEBUG][2015-08-28 11:54:09,717][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-08-28 11:54:09,852][com.changyu.test.HotSearchTest]{"message":"޸ijɹ","status":"success"} -[DEBUG][2015-08-28 11:54:09,854][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@6b931b97 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@6f88dae, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:09,854][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@6b931b97 testClass = HotSearchTest, testInstance = com.changyu.test.HotSearchTest@6f88dae, testMethod = setNot2Display@HotSearchTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,859][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@6b931b97 testClass = HotSearchTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d7b218b testClass = HotSearchTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-08-28 11:54:09,861][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-28 11:54:09,862][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@302ff81c declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:09,863][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,863][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-28 11:54:09,863][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,864][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,864][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,864][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,865][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,865][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:09,866][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,866][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@165e96e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:09,867][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,876][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:09,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:09,878][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-28 11:54:09,878][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:09,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:09,880][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-28 11:54:09,880][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:09,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:09,881][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-28 11:54:09,881][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:09,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:09,883][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-28 11:54:09,884][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:09,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:09,885][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-28 11:54:09,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:09,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:09,891][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:09,892][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:09,893][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@766adae2] -[DEBUG][2015-08-28 11:54:09,897][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:09,897][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:09,897][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:09,898][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Preparing: select phone from orders where together_id=? limit 1 -[DEBUG][2015-08-28 11:54:09,912][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Parameters: 153651867351430139990413(String) -[DEBUG][2015-08-28 11:54:10,011][com.changyu.foryou.mapper.OrderMapper.getUserPhone]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,012][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-08-28 11:54:10,013][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@766adae2] -[DEBUG][2015-08-28 11:54:10,013][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@766adae2] -[DEBUG][2015-08-28 11:54:10,013][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,014][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,015][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57af135a] -[DEBUG][2015-08-28 11:54:10,015][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,016][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,016][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,016][com.changyu.foryou.mapper.OrderMapper.getAdminPhone]==> Preparing: select admin_phone from orders where together_id=? limit 1 -[DEBUG][2015-08-28 11:54:10,017][com.changyu.foryou.mapper.OrderMapper.getAdminPhone]==> Parameters: 153651867351430139990413(String) -[DEBUG][2015-08-28 11:54:10,074][com.changyu.foryou.mapper.OrderMapper.getAdminPhone]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,074][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-08-28 11:54:10,075][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57af135a] -[DEBUG][2015-08-28 11:54:10,075][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57af135a] -[DEBUG][2015-08-28 11:54:10,075][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,076][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@165e96e, testMethod = testGetUserPhoneAndAdminPhoneByTogetherId@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:10,076][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@165e96e, testMethod = testGetUserPhoneAndAdminPhoneByTogetherId@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,077][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,077][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,078][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,093][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@19564389, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:10,093][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:10,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:10,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:10,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:10,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:10,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:10,096][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,097][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-08-28 11:54:10,098][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] for JDBC transaction -[DEBUG][2015-08-28 11:54:10,099][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] to manual commit -[DEBUG][2015-08-28 11:54:10,128][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,129][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d5dce4d] -[DEBUG][2015-08-28 11:54:10,129][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,129][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 where together_id=? -[DEBUG][2015-08-28 11:54:10,132][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 3.0(Double), 153651867351430139990413(String) -[DEBUG][2015-08-28 11:54:10,150][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 6 -[DEBUG][2015-08-28 11:54:10,150][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20003} enter cache -[DEBUG][2015-08-28 11:54:10,150][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d5dce4d] -[DEBUG][2015-08-28 11:54:10,150][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-08-28 11:54:10,151][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] -[DEBUG][2015-08-28 11:54:10,201][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d5dce4d] -[DEBUG][2015-08-28 11:54:10,201][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d5dce4d] -[DEBUG][2015-08-28 11:54:10,224][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] after transaction -[DEBUG][2015-08-28 11:54:10,224][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,225][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@19564389, testMethod = updateOrderStatusAndAmount@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:10,226][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@19564389, testMethod = updateOrderStatusAndAmount@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,226][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,227][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,228][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,228][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@53cef03a, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:10,228][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:10,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:10,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:10,231][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,245][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@53cef03a, testMethod = testWebHooks@orderTest, testException = java.lang.NoClassDefFoundError: com/pingplusplus/model/Webhooks, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:10,246][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@53cef03a, testMethod = testWebHooks@orderTest, testException = java.lang.NoClassDefFoundError: com/pingplusplus/model/Webhooks, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,253][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,254][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,255][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,255][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@7abdd265, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:10,256][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,256][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:10,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:10,257][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:10,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:10,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:10,259][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:10,259][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,262][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,263][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@444023d7] -[DEBUG][2015-08-28 11:54:10,263][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,264][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,264][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,264][com.changyu.foryou.mapper.CampusMapper.getCampusByOrder]==> Preparing: select campus_id,campus_name,open_time,close_time,close_reason,status from campus where campus_id = ( select campus_id from orders where order_id=? and phone = ? limit 1 ) -[DEBUG][2015-08-28 11:54:10,272][com.changyu.foryou.mapper.CampusMapper.getCampusByOrder]==> Parameters: 1429972027467(String), 18896554880(String) -[DEBUG][2015-08-28 11:54:10,304][com.changyu.foryou.mapper.CampusMapper.getCampusByOrder]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,305][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20004} enter cache -[DEBUG][2015-08-28 11:54:10,305][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@444023d7] -[DEBUG][2015-08-28 11:54:10,305][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@444023d7] -[DEBUG][2015-08-28 11:54:10,305][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,445][com.changyu.test.orderTest]campus is{"campusId":1,"campusName":"ݴѧУ","closeReason":"ʦ","closeTime":46800000,"openTime":61000,"status":1} -[DEBUG][2015-08-28 11:54:10,456][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,457][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75d6c6da] -[DEBUG][2015-08-28 11:54:10,457][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,458][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,458][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,458][com.changyu.foryou.mapper.OrderMapper.changeOrderStatus2Buy]==> Preparing: update orders set status=1,message=?,reserve_time=?, together_id=?,rank=?,together_date=Now(), pay_way=?, price=? ,total_price=? where order_id=? And phone=? -[DEBUG][2015-08-28 11:54:10,464][com.changyu.foryou.mapper.OrderMapper.changeOrderStatus2Buy]==> Parameters: մʹ(String), ʹ(String), 188965548801440734050261(String), 1427691760293(String), 1(Short), 105.0(Float), 1000.5(Float), 1429972027467(Long), 18896554880(String) -[DEBUG][2015-08-28 11:54:10,513][com.changyu.foryou.mapper.OrderMapper.changeOrderStatus2Buy]<== Updates: 1 -[DEBUG][2015-08-28 11:54:10,514][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20005} enter cache -[DEBUG][2015-08-28 11:54:10,514][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75d6c6da] -[DEBUG][2015-08-28 11:54:10,514][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@75d6c6da] -[DEBUG][2015-08-28 11:54:10,514][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,516][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,516][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b40c938] -[DEBUG][2015-08-28 11:54:10,516][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,517][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,517][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,517][com.changyu.foryou.mapper.OrderMapper.selectByPrimaryKey]==> Preparing: select order_id, phone, create_time, status, price, order_count,together_id, is_remarked, tag, food_id,rank from orders where order_id = ? AND phone = ? -[DEBUG][2015-08-28 11:54:10,519][com.changyu.foryou.mapper.OrderMapper.selectByPrimaryKey]==> Parameters: 1429972027467(Long), 18896554880(String) -[DEBUG][2015-08-28 11:54:10,563][com.changyu.foryou.mapper.OrderMapper.selectByPrimaryKey]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,564][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20006} enter cache -[DEBUG][2015-08-28 11:54:10,564][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b40c938] -[DEBUG][2015-08-28 11:54:10,564][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1b40c938] -[DEBUG][2015-08-28 11:54:10,564][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,565][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,566][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32f2e8ca] -[DEBUG][2015-08-28 11:54:10,566][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,566][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,567][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,567][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-08-28 11:54:10,568][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: 6(Integer), 6(Integer), 10145(Long), 1(Integer) -[DEBUG][2015-08-28 11:54:10,594][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]<== Updates: 1 -[DEBUG][2015-08-28 11:54:10,594][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20007} enter cache -[DEBUG][2015-08-28 11:54:10,594][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32f2e8ca] -[DEBUG][2015-08-28 11:54:10,595][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@32f2e8ca] -[DEBUG][2015-08-28 11:54:10,595][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-08-28 11:54:10,595][com.changyu.test.orderTest]1 -[INFO][2015-08-28 11:54:10,595][com.changyu.test.orderTest]flag is1 -[DEBUG][2015-08-28 11:54:10,607][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@7abdd265, testMethod = changeOrderStatus2Buy@orderTest, testException = java.lang.NoClassDefFoundError: com/pingplusplus/exception/PingppException, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:10,608][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@7abdd265, testMethod = changeOrderStatus2Buy@orderTest, testException = java.lang.NoClassDefFoundError: com/pingplusplus/exception/PingppException, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,609][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,610][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:10,610][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,610][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@1b393f8f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:10,611][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,611][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:10,612][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:10,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:10,613][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:10,614][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,615][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b7bd33f] -[DEBUG][2015-08-28 11:54:10,689][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,689][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,689][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,690][com.changyu.foryou.mapper.OrderMapper.getTogetherId]==> Preparing: select distinct together_id from orders WHERE phone = ? and together_id is not null and orders.tag=1 and status = ? group by together_id order by together_date DESC -[DEBUG][2015-08-28 11:54:10,698][com.changyu.foryou.mapper.OrderMapper.getTogetherId]==> Parameters: 18896554880(String), 1(Integer) -[DEBUG][2015-08-28 11:54:10,727][com.changyu.foryou.mapper.OrderMapper.getTogetherId]<== Total: 20 -[DEBUG][2015-08-28 11:54:10,728][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20008} enter cache -[DEBUG][2015-08-28 11:54:10,728][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b7bd33f] -[DEBUG][2015-08-28 11:54:10,728][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4b7bd33f] -[DEBUG][2015-08-28 11:54:10,729][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,733][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,733][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e9c92a3] -[DEBUG][2015-08-28 11:54:10,733][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,734][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,734][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,734][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,740][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440733097982(String) -[DEBUG][2015-08-28 11:54:10,790][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 2 -[DEBUG][2015-08-28 11:54:10,791][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20009} enter cache -[DEBUG][2015-08-28 11:54:10,791][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e9c92a3] -[DEBUG][2015-08-28 11:54:10,792][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6e9c92a3] -[DEBUG][2015-08-28 11:54:10,792][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,793][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,793][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e02401] -[DEBUG][2015-08-28 11:54:10,793][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,794][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,794][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,794][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,796][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440661293654(String) -[DEBUG][2015-08-28 11:54:10,829][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 2 -[DEBUG][2015-08-28 11:54:10,830][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e02401] -[DEBUG][2015-08-28 11:54:10,830][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e02401] -[DEBUG][2015-08-28 11:54:10,830][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,831][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,831][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79708fc8] -[DEBUG][2015-08-28 11:54:10,831][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,832][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,832][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,832][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,833][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440661252515(String) -[DEBUG][2015-08-28 11:54:10,876][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,877][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79708fc8] -[DEBUG][2015-08-28 11:54:10,877][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79708fc8] -[DEBUG][2015-08-28 11:54:10,877][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,878][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,878][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b58cd68] -[DEBUG][2015-08-28 11:54:10,878][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,879][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,879][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,879][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,880][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440654727076(String) -[DEBUG][2015-08-28 11:54:10,937][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,938][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b58cd68] -[DEBUG][2015-08-28 11:54:10,938][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6b58cd68] -[DEBUG][2015-08-28 11:54:10,938][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,939][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,939][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@280685d4] -[DEBUG][2015-08-28 11:54:10,939][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,940][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,940][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,941][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,942][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440654223716(String) -[DEBUG][2015-08-28 11:54:10,968][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:10,969][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@280685d4] -[DEBUG][2015-08-28 11:54:10,970][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@280685d4] -[DEBUG][2015-08-28 11:54:10,970][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:10,970][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:10,971][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b35f90] -[DEBUG][2015-08-28 11:54:10,971][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:10,971][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:10,972][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:10,972][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:10,973][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440646423798(String) -[DEBUG][2015-08-28 11:54:11,034][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,035][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b35f90] -[DEBUG][2015-08-28 11:54:11,036][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b35f90] -[DEBUG][2015-08-28 11:54:11,036][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,036][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,037][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3110bf99] -[DEBUG][2015-08-28 11:54:11,037][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,038][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,038][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,039][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,043][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440646370196(String) -[DEBUG][2015-08-28 11:54:11,160][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 3 -[DEBUG][2015-08-28 11:54:11,162][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3110bf99] -[DEBUG][2015-08-28 11:54:11,162][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3110bf99] -[DEBUG][2015-08-28 11:54:11,162][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,163][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,163][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@724715dd] -[DEBUG][2015-08-28 11:54:11,163][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,164][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,164][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,164][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,165][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440645258922(String) -[DEBUG][2015-08-28 11:54:11,318][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,319][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@724715dd] -[DEBUG][2015-08-28 11:54:11,319][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@724715dd] -[DEBUG][2015-08-28 11:54:11,319][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,320][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,320][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78e93be3] -[DEBUG][2015-08-28 11:54:11,320][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,321][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,321][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,321][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,322][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440642029086(String) -[DEBUG][2015-08-28 11:54:11,351][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,352][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78e93be3] -[DEBUG][2015-08-28 11:54:11,352][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78e93be3] -[DEBUG][2015-08-28 11:54:11,353][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,353][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,353][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@231d8cb8] -[DEBUG][2015-08-28 11:54:11,353][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,354][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,354][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,354][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,355][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440644121000(String) -[DEBUG][2015-08-28 11:54:11,410][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,411][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@231d8cb8] -[DEBUG][2015-08-28 11:54:11,411][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@231d8cb8] -[DEBUG][2015-08-28 11:54:11,411][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,412][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,412][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@568653d9] -[DEBUG][2015-08-28 11:54:11,412][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,413][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,413][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,413][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,414][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640717556(String) -[DEBUG][2015-08-28 11:54:11,448][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,450][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@568653d9] -[DEBUG][2015-08-28 11:54:11,451][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@568653d9] -[DEBUG][2015-08-28 11:54:11,451][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,451][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,451][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bffef5a] -[DEBUG][2015-08-28 11:54:11,452][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,452][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,452][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,453][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,453][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640696862(String) -[DEBUG][2015-08-28 11:54:11,482][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,483][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bffef5a] -[DEBUG][2015-08-28 11:54:11,483][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2bffef5a] -[DEBUG][2015-08-28 11:54:11,484][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,484][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,484][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38b8ea59] -[DEBUG][2015-08-28 11:54:11,485][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,486][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,486][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,486][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,487][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640405709(String) -[DEBUG][2015-08-28 11:54:11,507][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,508][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38b8ea59] -[DEBUG][2015-08-28 11:54:11,508][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38b8ea59] -[DEBUG][2015-08-28 11:54:11,509][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,509][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,509][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1aade4cd] -[DEBUG][2015-08-28 11:54:11,510][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,510][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,510][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,513][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,513][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640358598(String) -[DEBUG][2015-08-28 11:54:11,541][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,542][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1aade4cd] -[DEBUG][2015-08-28 11:54:11,542][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1aade4cd] -[DEBUG][2015-08-28 11:54:11,543][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,543][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,543][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28507978] -[DEBUG][2015-08-28 11:54:11,544][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,545][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,545][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,545][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,546][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640322494(String) -[DEBUG][2015-08-28 11:54:11,575][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,576][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28507978] -[DEBUG][2015-08-28 11:54:11,576][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@28507978] -[DEBUG][2015-08-28 11:54:11,576][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,577][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,578][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ba77bae] -[DEBUG][2015-08-28 11:54:11,578][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,579][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,579][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,579][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,580][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440640200849(String) -[DEBUG][2015-08-28 11:54:11,612][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 2 -[DEBUG][2015-08-28 11:54:11,613][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ba77bae] -[DEBUG][2015-08-28 11:54:11,614][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ba77bae] -[DEBUG][2015-08-28 11:54:11,615][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,615][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,616][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ef9b0e3] -[DEBUG][2015-08-28 11:54:11,616][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,616][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,617][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,617][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,617][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440580145712(String) -[DEBUG][2015-08-28 11:54:11,643][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,644][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ef9b0e3] -[DEBUG][2015-08-28 11:54:11,644][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ef9b0e3] -[DEBUG][2015-08-28 11:54:11,644][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,645][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,645][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47ab8f4c] -[DEBUG][2015-08-28 11:54:11,645][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,646][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,646][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,646][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,647][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440580090414(String) -[DEBUG][2015-08-28 11:54:11,677][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,677][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47ab8f4c] -[DEBUG][2015-08-28 11:54:11,678][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47ab8f4c] -[DEBUG][2015-08-28 11:54:11,678][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,678][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,678][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c491325] -[DEBUG][2015-08-28 11:54:11,679][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,679][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,679][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,680][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,680][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440577198000(String) -[DEBUG][2015-08-28 11:54:11,712][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,714][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c491325] -[DEBUG][2015-08-28 11:54:11,714][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c491325] -[DEBUG][2015-08-28 11:54:11,714][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,715][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,715][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20849f4d] -[DEBUG][2015-08-28 11:54:11,715][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,716][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,716][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,716][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price from orders,food where orders.food_id=food.food_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-08-28 11:54:11,717][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801440578981000(String) -[DEBUG][2015-08-28 11:54:11,750][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-08-28 11:54:11,751][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20849f4d] -[DEBUG][2015-08-28 11:54:11,751][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@20849f4d] -[DEBUG][2015-08-28 11:54:11,751][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:11,888][com.changyu.test.orderTest]Ϊ:==================={"message":"ȡɹ","orderList":[{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":15.5,"foodId":10626,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430749998501-711514390.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"׸ 100g","orderCount":1,"orderId":1440731450749,"payWay":1,"price":19,"status":1,"togetherDate":"2015-08-28","totalPrice":17.3},{"campusId":1,"discountPrice":1.8,"foodId":20103,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1428304424264313988450.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ɿڿԭζװ300ml","orderCount":1,"orderId":1440694341476,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-28","totalPrice":17.3}],"status":1,"togetherDate":"2015-08-28","togetherId":"188965548801440733097982"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6,"foodId":10502,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14303566070531647331737.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ɿţ 200ml ","orderCount":2,"orderId":1440660099000,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-08-27","totalPrice":24},{"campusId":1,"discountPrice":6,"foodId":10502,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14303566070531647331737.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ɿţ 200ml ","orderCount":2,"orderId":1440660094,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-08-27","totalPrice":24}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440661293654"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":9,"foodId":10505,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356924473-2020464999.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ľţ","orderCount":1,"orderId":1440660564114,"payWay":1,"price":10,"status":1,"togetherDate":"2015-08-27","totalPrice":9}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440661252515"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":2.2,"foodId":10104,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1429978829607-341552924.jpg","isDiscount":0,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ʦ̳ţװ","orderCount":8,"orderId":1440654712959,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-27","totalPrice":17}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440654727076"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":4,"foodId":20310,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14309657657171830327889.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"550ml","orderCount":6,"orderId":1440653976440,"payWay":1,"price":5,"status":1,"togetherDate":"2015-08-27","totalPrice":21}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440654223716"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":19,"foodId":10625,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430719698852-475732699.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ţ˾ 170g","orderCount":1,"orderId":1440646397643,"payWay":1,"price":21,"status":1,"togetherDate":"2015-08-27","totalPrice":19}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440646423798"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":17,"foodId":10624,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430719651816-660583872.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"÷ 280g","orderCount":1,"orderId":1440644377888,"payWay":1,"price":19,"status":1,"togetherDate":"2015-08-27","totalPrice":21.7},{"campusId":1,"discountPrice":2.2,"foodId":10139,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1429026956640-393821874.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ʦ̳ţ116˴װ","orderCount":1,"orderId":1440644145769,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-27","totalPrice":21.7},{"campusId":1,"discountPrice":2.2,"foodId":10104,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1429978829607-341552924.jpg","isDiscount":0,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ʦ̳ţװ","orderCount":1,"orderId":1440644086950,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-27","totalPrice":21.7}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440646370196"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":5,"foodId":10504,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356805592-29297593.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"500 â֭ 490ml","orderCount":1,"orderId":1440645256860,"payWay":1,"price":6,"status":1,"togetherDate":"2015-08-27","totalPrice":5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440645258922"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":2.3,"foodId":10103,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1429979019787-2094260834.jpg","isDiscount":0,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ͳһ̳ţװ","orderCount":8,"orderId":1440641768228,"payWay":1,"price":2.5,"status":1,"togetherDate":"2015-08-27","totalPrice":2.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440642029086"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":2.5,"foodId":10707,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430902128800-2091261796.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"2 ɽ","orderCount":1,"orderId":1440644121000,"payWay":1,"price":3,"status":1,"togetherDate":"2015-08-27","totalPrice":2.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440644121000"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6.5,"foodId":10721,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430929793390366766376.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ũȦ 70g ","orderCount":1,"orderId":1440640711287,"payWay":1,"price":7.5,"status":1,"togetherDate":"2015-08-27","totalPrice":6.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640717556"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":7.5,"foodId":10507,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430357505520-2117877345.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"7Dâ 100g","orderCount":1,"orderId":1440640691932,"payWay":1,"price":8.5,"status":1,"togetherDate":"2015-08-27","totalPrice":7.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640696862"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":15.5,"foodId":10626,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430749998501-711514390.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"׸ 100g","orderCount":1,"orderId":1440640404063,"payWay":1,"price":19,"status":1,"togetherDate":"2015-08-27","totalPrice":15.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640405709"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":9,"foodId":10505,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356924473-2020464999.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ľţ","orderCount":1,"orderId":1440640354206,"payWay":1,"price":10,"status":1,"togetherDate":"2015-08-27","totalPrice":9}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640358598"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":5,"foodId":10504,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356805592-29297593.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"500 â֭ 490ml","orderCount":1,"orderId":1440640317304,"payWay":1,"price":6,"status":1,"togetherDate":"2015-08-27","totalPrice":5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640322494"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":15.5,"foodId":10623,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430719607184-1238184999.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"С 280g","orderCount":1,"orderId":1440583898741,"payWay":1,"price":18,"status":1,"togetherDate":"2015-08-27","totalPrice":34.5},{"campusId":1,"discountPrice":19,"foodId":10625,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430719698852-475732699.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ţ˾ 170g","orderCount":1,"orderId":1440583619618,"payWay":1,"price":21,"status":1,"togetherDate":"2015-08-27","totalPrice":34.5}],"status":1,"togetherDate":"2015-08-27","togetherId":"188965548801440640200849"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":7.5,"foodId":10507,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430357505520-2117877345.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"7Dâ 100g","orderCount":1,"orderId":1440580139867,"payWay":1,"price":8.5,"status":1,"togetherDate":"2015-08-26","totalPrice":7.5}],"status":1,"togetherDate":"2015-08-26","togetherId":"188965548801440580145712"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":9,"foodId":10505,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356924473-2020464999.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ľţ","orderCount":1,"orderId":1440580065363,"payWay":1,"price":10,"status":1,"togetherDate":"2015-08-26","totalPrice":9}],"status":1,"togetherDate":"2015-08-26","togetherId":"188965548801440580090414"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6,"foodId":10502,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14303566070531647331737.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":"ɿţ 200ml ","orderCount":1,"orderId":1440576983,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-08-26","totalPrice":0.1}],"status":1,"togetherDate":"2015-08-26","togetherId":"188965548801440577198000"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6,"foodId":10501,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356518035-1968529639.jpg","isDiscount":1,"isRemarked":0,"message":"ʳƷɫʳƷԵķǵ","name":" ݮţ200ml ","orderCount":1,"orderId":1440578968,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-08-26","totalPrice":100}],"status":1,"togetherDate":"2015-08-26","togetherId":"188965548801440578981000"}],"status":"success"} -[DEBUG][2015-08-28 11:54:11,911][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@1b393f8f, testMethod = getOrderInMine@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:11,911][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@1b393f8f, testMethod = getOrderInMine@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:11,912][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:11,912][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-28 11:54:11,913][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:11,914][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@6a07e6da, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:11,915][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:11,915][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-28 11:54:11,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-28 11:54:11,915][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-28 11:54:11,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-28 11:54:11,917][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:11,918][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:11,918][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] -[DEBUG][2015-08-28 11:54:11,919][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:11,919][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:11,919][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:11,920][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Preparing: select preferential_id, need_number, discount_num ,campus_id from preferential where campus_id=? order by need_number desc -[DEBUG][2015-08-28 11:54:11,921][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]==> Parameters: 1(Integer) -[DEBUG][2015-08-28 11:54:11,974][com.changyu.foryou.mapper.PreferentialMapper.getPreferential]<== Total: 3 -[DEBUG][2015-08-28 11:54:11,975][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20010} enter cache -[DEBUG][2015-08-28 11:54:11,975][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] -[DEBUG][2015-08-28 11:54:11,989][org.mybatis.spring.SqlSessionUtils]Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] from current transaction -[DEBUG][2015-08-28 11:54:11,990][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Preparing: select is_discount,discount_price,food.price,is_full_discount,orders.food_id,order_count from orders,food where orders.food_id=food.food_id and orders.tag =1 and order_id=? and phone = ? -[DEBUG][2015-08-28 11:54:11,991][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]==> Parameters: 1440642075330(Long), 18896554880(String) -[DEBUG][2015-08-28 11:54:12,018][com.changyu.foryou.mapper.OrderMapper.getOrderByOrderId]<== Total: 0 -[DEBUG][2015-08-28 11:54:12,018][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20011} enter cache -[DEBUG][2015-08-28 11:54:12,019][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] -[DEBUG][2015-08-28 11:54:12,019][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-08-28 11:54:12,019][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2cc52898] -[DEBUG][2015-08-28 11:54:12,019][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:12,020][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@6a07e6da, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:12,020][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@13c93f78 testClass = orderTest, testInstance = com.changyu.test.orderTest@6a07e6da, testMethod = testCalcularPrice@orderTest, testException = java.lang.NullPointerException, mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,022][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@13c93f78 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@691d8fc2 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-08-28 11:54:12,023][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.receiverTest]. -[DEBUG][2015-08-28 11:54:12,024][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@5a23a052 declaringClass = 'com.changyu.test.receiverTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:12,024][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,024][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.receiverTest]: using defaults. -[DEBUG][2015-08-28 11:54:12,024][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,025][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,025][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,025][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,025][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,026][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,026][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.receiverTest] from cache with key [[MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,027][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@76a40e67 testClass = receiverTest, testInstance = com.changyu.test.receiverTest@cadc90b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:12,027][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.receiverTest] from cache with key [[MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,035][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.receiverTest': AutowiredMethodElement for public void com.changyu.test.receiverTest.setReceiverService(com.changyu.foryou.service.ReceiverService) -[DEBUG][2015-08-28 11:54:12,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverService' -[DEBUG][2015-08-28 11:54:12,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.receiverTest' to bean named 'receiverService' -[DEBUG][2015-08-28 11:54:12,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,037][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,042][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.receiverTest] from cache with key [[MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,043][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.ReceiverServiceImpl.deleteByPrimaryKey]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-08-28 11:54:12,044][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] for JDBC transaction -[DEBUG][2015-08-28 11:54:12,044][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] to manual commit -[DEBUG][2015-08-28 11:54:12,076][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:12,076][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62872dd9] -[DEBUG][2015-08-28 11:54:12,076][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:12,077][com.changyu.foryou.mapper.ReceiverMapper.deleteByPrimaryKey]==> Preparing: update receiver set is_out=1 where rank = ? and phone_id = ? -[DEBUG][2015-08-28 11:54:12,078][com.changyu.foryou.mapper.ReceiverMapper.deleteByPrimaryKey]==> Parameters: 1439974693011(String), 18896554880(String) -[DEBUG][2015-08-28 11:54:12,119][com.changyu.foryou.mapper.ReceiverMapper.deleteByPrimaryKey]<== Updates: 0 -[DEBUG][2015-08-28 11:54:12,119][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20012} enter cache -[DEBUG][2015-08-28 11:54:12,119][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62872dd9] -[DEBUG][2015-08-28 11:54:12,119][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-08-28 11:54:12,120][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] -[DEBUG][2015-08-28 11:54:12,162][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62872dd9] -[DEBUG][2015-08-28 11:54:12,162][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62872dd9] -[DEBUG][2015-08-28 11:54:12,178][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] after transaction -[DEBUG][2015-08-28 11:54:12,179][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:12,179][com.changyu.test.receiverTest]========================={"message":"ɾַʧܣ","status":"failure"}================================== -[DEBUG][2015-08-28 11:54:12,179][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@76a40e67 testClass = receiverTest, testInstance = com.changyu.test.receiverTest@cadc90b, testMethod = deleteReceiver@receiverTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:12,180][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@76a40e67 testClass = receiverTest, testInstance = com.changyu.test.receiverTest@cadc90b, testMethod = deleteReceiver@receiverTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,181][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@76a40e67 testClass = receiverTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1e43d24e testClass = receiverTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-08-28 11:54:12,184][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.userTest]. -[DEBUG][2015-08-28 11:54:12,185][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@49727c8e declaringClass = 'com.changyu.test.userTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:12,185][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.userTest]: using defaults. -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,186][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,187][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,187][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,188][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.userTest] from cache with key [[MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,188][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@2ebc3ea5 testClass = userTest, testInstance = com.changyu.test.userTest@48b4da9b, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:12,188][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.userTest] from cache with key [[MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,194][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.userTest': AutowiredMethodElement for public void com.changyu.test.userTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-28 11:54:12,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-28 11:54:12,195][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.userTest' to bean named 'orderService' -[DEBUG][2015-08-28 11:54:12,195][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.userTest': AutowiredMethodElement for public void com.changyu.test.userTest.setUserservice(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-28 11:54:12,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-28 11:54:12,196][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.userTest' to bean named 'userService' -[DEBUG][2015-08-28 11:54:12,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,201][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.userTest] from cache with key [[MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,217][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-28 11:54:12,218][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71a80002] -[DEBUG][2015-08-28 11:54:12,220][com.changyu.foryou.mapper.UsersMapper]Cache Hit Ratio [com.changyu.foryou.mapper.UsersMapper]: 0.0 -[DEBUG][2015-08-28 11:54:12,220][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-08-28 11:54:12,221][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-08-28 11:54:12,221][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@46f9c2dc] will be managed by Spring -[DEBUG][2015-08-28 11:54:12,221][com.changyu.foryou.mapper.UsersMapper.selectByPhoneAndPassword]==> Preparing: select phone, password, type, nickname, img_url, last_login_date,create_time,sex,academy,qq,weixin from users where phone=? and password=? -[DEBUG][2015-08-28 11:54:12,223][com.changyu.foryou.mapper.UsersMapper.selectByPhoneAndPassword]==> Parameters: 18896554880(String), fcea920f7412b5da7be0cf42b8c93759(String) -[DEBUG][2015-08-28 11:54:12,243][com.changyu.foryou.mapper.UsersMapper.selectByPhoneAndPassword]<== Total: 0 -[DEBUG][2015-08-28 11:54:12,243][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20013} enter cache -[DEBUG][2015-08-28 11:54:12,244][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71a80002] -[DEBUG][2015-08-28 11:54:12,244][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@71a80002] -[DEBUG][2015-08-28 11:54:12,244][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-28 11:54:12,244][com.changyu.test.userTest]==================={"message":"ʧܣԭ","status":"failure"}====================================================== -[DEBUG][2015-08-28 11:54:12,245][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@2ebc3ea5 testClass = userTest, testInstance = com.changyu.test.userTest@48b4da9b, testMethod = changePassword@userTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:12,245][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@2ebc3ea5 testClass = userTest, testInstance = com.changyu.test.userTest@48b4da9b, testMethod = changePassword@userTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,246][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@2ebc3ea5 testClass = userTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1d5caa7a testClass = userTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-08-28 11:54:12,247][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.versionTest]. -[DEBUG][2015-08-28 11:54:12,247][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@16303561 declaringClass = 'com.changyu.test.versionTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-28 11:54:12,248][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,248][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.versionTest]: using defaults. -[DEBUG][2015-08-28 11:54:12,248][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,249][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.versionTest] -[DEBUG][2015-08-28 11:54:12,250][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.versionTest] from cache with key [[MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,250][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@4bd56a24 testClass = versionTest, testInstance = com.changyu.test.versionTest@282b8861, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-28 11:54:12,251][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.versionTest] from cache with key [[MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-28 11:54:12,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-28 11:54:12,256][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.versionTest] from cache with key [[MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,257][com.changyu.test.versionTest]================================={"android_version":"1.1.0","ios_version":"1.0.1","message":"ȡ汾ųɹ","status":"success"}============================================= -[DEBUG][2015-08-28 11:54:12,258][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@4bd56a24 testClass = versionTest, testInstance = com.changyu.test.versionTest@282b8861, testMethod = getVersion@versionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-28 11:54:12,258][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@4bd56a24 testClass = versionTest, testInstance = com.changyu.test.versionTest@282b8861, testMethod = getVersion@versionTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-28 11:54:12,258][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@4bd56a24 testClass = versionTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@17b63ce testClass = versionTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-08-28 11:54:12,262][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@34521982: startup date [Fri Aug 28 11:54:02 CST 2015]; root of context hierarchy -[DEBUG][2015-08-28 11:54:12,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-28 11:54:12,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-28 11:54:12,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4b027d71: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-28 11:54:12,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest, com.changyu.test.userTest] -[DEBUG][2015-08-28 11:54:12,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'receiverService': [com.changyu.test.receiverTest] -[DEBUG][2015-08-28 11:54:12,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '/hotSearchService': [com.changyu.test.HotSearchTest] -[DEBUG][2015-08-28 11:54:12,267][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-28 11:54:12,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-28 11:54:12,269][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-28 11:54:12,269][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-08-28 11:54:12,275][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[DEBUG][2015-08-28 11:54:12,275][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} exit cache -[DEBUG][2015-08-28 11:54:12,275][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20003} exit cache -[DEBUG][2015-08-28 11:54:12,275][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20004} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20005} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20006} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20007} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20008} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20009} exit cache -[DEBUG][2015-08-28 11:54:12,276][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20010} exit cache -[DEBUG][2015-08-28 11:54:12,277][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20011} exit cache -[DEBUG][2015-08-28 11:54:12,277][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20012} exit cache -[DEBUG][2015-08-28 11:54:12,277][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20013} exit cache -[INFO][2015-08-28 11:54:12,282][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-08-29 16:39:40,925][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-08-29 16:39:41,281][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@683267dd declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-08-29 16:39:41,427][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,437][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-08-29 16:39:41,746][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,747][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,759][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,760][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,763][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,764][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,771][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,771][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:41,779][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-08-29 16:39:41,779][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:42,291][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:42,294][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:42,298][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:42,299][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:42,349][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:42,349][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:42,350][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:42,350][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-08-29 16:39:42,372][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-08-29 16:39:42,613][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-29 16:39:43,002][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-08-29 16:39:43,021][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-08-29 16:39:43,024][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-29 16:39:43,236][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-08-29 16:39:43,265][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-29 16:39:43,300][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-29 16:39:43,393][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-08-29 16:39:43,513][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-08-29 16:39:43,513][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-08-29 16:39:43,551][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-08-29 16:39:43,656][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-08-29 16:39:43,657][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-08-29 16:39:43,663][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-08-29 16:39:43,704][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,708][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,709][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,711][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,716][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,720][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,721][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,722][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,724][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,725][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,735][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-08-29 16:39:43,744][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 16 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-08-29 16:39:43,744][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-08-29 16:39:43,807][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-08-29 16:39:43,811][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-08-29 16:39:43,864][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-08-29 16:39:43,889][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-08-29 16:39:43,905][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-08-29 16:39:43,923][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-08-29 16:39:43,924][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-08-29 16:39:43,939][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-08-29 16:39:44,041][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-08-29 16:39:44,083][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@25e01f19: startup date [Sat Aug 29 16:39:44 CST 2015]; root of context hierarchy -[DEBUG][2015-08-29 16:39:44,084][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@25e01f19: org.springframework.beans.factory.support.DefaultListableBeanFactory@404a12b8: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-08-29 16:39:44,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:44,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:44,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:44,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:44,703][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:44,704][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:44,705][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:44,705][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:44,709][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-08-29 16:39:44,709][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-08-29 16:39:44,729][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-08-29 16:39:44,730][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-08-29 16:39:44,737][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-08-29 16:39:44,740][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-08-29 16:39:44,741][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-08-29 16:39:44,742][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-08-29 16:39:44,743][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-08-29 16:39:44,743][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-08-29 16:39:44,744][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-08-29 16:39:44,761][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-08-29 16:39:44,761][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-08-29 16:39:44,762][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-08-29 16:39:44,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-08-29 16:39:44,763][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-08-29 16:39:44,781][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-08-29 16:39:44,782][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-08-29 16:39:44,783][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-08-29 16:39:44,784][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-08-29 16:39:44,788][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,812][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,812][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,813][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,814][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-08-29 16:39:44,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-29 16:39:44,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-29 16:39:44,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-08-29 16:39:44,852][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-08-29 16:39:44,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-29 16:39:44,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-29 16:39:44,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-29 16:39:44,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:44,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-29 16:39:44,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-29 16:39:44,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-29 16:39:45,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:45,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-29 16:39:45,100][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2aa58b64] -[DEBUG][2015-08-29 16:39:45,106][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5baf53f3] -[INFO][2015-08-29 16:39:45,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@404a12b8: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-08-29 16:39:45,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-08-29 16:39:45,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-08-29 16:39:45,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:45,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-29 16:39:45,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-08-29 16:39:45,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:45,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:45,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:45,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-29 16:39:45,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,223][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,223][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,224][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,224][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,225][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,225][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,225][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,226][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,227][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,227][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,228][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,228][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,233][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,234][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,234][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,234][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,237][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:45,238][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,239][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:45,239][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:45,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:45,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-08-29 16:39:45,893][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:45,912][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-29 16:39:46,005][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-29 16:39:46,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,005][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-08-29 16:39:46,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:46,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:46,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,035][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,035][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,049][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,049][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,176][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-08-29 16:39:46,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-08-29 16:39:46,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-08-29 16:39:46,203][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,203][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,221][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,222][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,225][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,226][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,226][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,231][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,231][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:46,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,238][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,243][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,243][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,247][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,248][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,248][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,252][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,253][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,253][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,255][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-08-29 16:39:46,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,258][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,263][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,265][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:46,267][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,268][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,270][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:46,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:46,272][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,273][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,273][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,276][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:46,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:46,277][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,277][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,278][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,278][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,278][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,281][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,283][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,283][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,288][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:46,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:46,289][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,289][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,289][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,290][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,290][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,291][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,293][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,294][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,295][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-08-29 16:39:46,295][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-08-29 16:39:46,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-08-29 16:39:46,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:46,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:46,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-08-29 16:39:46,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-08-29 16:39:46,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:46,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:46,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:46,633][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,634][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,634][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,634][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:46,636][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,636][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,636][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,637][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:46,638][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,638][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,638][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,638][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:46,640][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,640][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,640][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,640][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-08-29 16:39:46,641][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-08-29 16:39:46,642][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,642][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-08-29 16:39:46,642][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-08-29 16:39:46,656][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-08-29 16:39:46,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-08-29 16:39:47,340][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-08-29 16:39:47,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:47,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:47,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:47,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:47,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-08-29 16:39:47,586][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-08-29 16:39:47,586][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-08-29 16:39:47,660][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-08-29 16:39:47,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:48,173][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-08-29 16:39:48,173][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-08-29 16:39:48,176][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-08-29 16:39:48,177][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-08-29 16:39:48,178][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-08-29 16:39:48,179][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-29 16:39:48,180][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-29 16:39:48,479][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-08-29 16:39:48,480][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-08-29 16:39:48,481][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-08-29 16:39:48,482][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-08-29 16:39:48,482][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-08-29 16:39:48,483][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-08-29 16:39:48,483][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-08-29 16:39:48,484][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-08-29 16:39:48,494][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-08-29 16:39:48,494][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-08-29 16:39:48,495][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-08-29 16:39:48,495][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-08-29 16:39:48,496][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-08-29 16:39:48,497][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-08-29 16:39:48,497][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-08-29 16:39:48,498][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-08-29 16:39:48,499][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-08-29 16:39:48,499][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-08-29 16:39:48,500][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-08-29 16:39:48,500][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-08-29 16:39:48,501][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-08-29 16:39:48,501][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-08-29 16:39:48,502][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-08-29 16:39:48,504][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-08-29 16:39:48,505][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-08-29 16:39:48,505][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-08-29 16:39:48,506][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-08-29 16:39:48,506][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-08-29 16:39:48,507][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-08-29 16:39:48,513][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-08-29 16:39:48,514][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-08-29 16:39:48,514][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-08-29 16:39:48,515][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-08-29 16:39:48,515][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-08-29 16:39:48,516][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-08-29 16:39:48,516][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-29 16:39:48,516][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-08-29 16:39:48,517][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,518][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-29 16:39:48,519][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-08-29 16:39:48,520][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,520][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-29 16:39:48,521][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-08-29 16:39:48,521][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,536][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-29 16:39:48,537][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-08-29 16:39:48,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3`!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-29 16:39:48,539][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-29 16:39:48,539][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-08-29 16:39:48,540][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-08-29 16:39:48,541][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-29 16:39:48,541][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-08-29 16:39:48,542][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-08-29 16:39:48,543][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-29 16:39:48,543][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-08-29 16:39:48,544][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-08-29 16:39:48,545][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-29 16:39:48,545][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-08-29 16:39:48,564][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-08-29 16:39:48,565][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-29 16:39:48,565][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-08-29 16:39:48,566][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,567][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-29 16:39:48,567][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-08-29 16:39:48,568][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-08-29 16:39:48,569][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-29 16:39:48,569][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-08-29 16:39:48,572][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-08-29 16:39:48,573][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-29 16:39:48,573][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-08-29 16:39:48,574][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-08-29 16:39:48,575][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-29 16:39:48,575][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-08-29 16:39:48,576][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-08-29 16:39:48,577][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-29 16:39:48,578][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-08-29 16:39:48,579][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-08-29 16:39:48,580][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-29 16:39:48,580][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-08-29 16:39:48,581][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-08-29 16:39:48,582][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-29 16:39:48,582][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-08-29 16:39:48,583][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-08-29 16:39:48,584][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-29 16:39:48,584][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-08-29 16:39:48,585][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-08-29 16:39:48,586][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-29 16:39:48,586][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-08-29 16:39:48,587][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,588][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-29 16:39:48,588][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-08-29 16:39:48,590][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-08-29 16:39:48,591][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-29 16:39:48,591][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-08-29 16:39:48,593][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-08-29 16:39:48,594][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-29 16:39:48,594][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-08-29 16:39:48,595][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,596][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-29 16:39:48,596][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-08-29 16:39:48,597][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,598][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-29 16:39:48,598][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-08-29 16:39:48,623][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-08-29 16:39:48,624][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-29 16:39:48,625][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-08-29 16:39:48,626][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,627][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-29 16:39:48,627][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-08-29 16:39:48,628][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-08-29 16:39:48,628][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-29 16:39:48,629][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-08-29 16:39:48,629][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-08-29 16:39:48,630][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-29 16:39:48,631][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-08-29 16:39:48,632][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-08-29 16:39:48,633][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-29 16:39:48,633][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-08-29 16:39:48,634][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-08-29 16:39:48,635][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-29 16:39:48,635][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-08-29 16:39:48,648][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-08-29 16:39:48,650][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-29 16:39:48,650][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-08-29 16:39:48,651][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-08-29 16:39:48,653][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-29 16:39:48,653][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-08-29 16:39:48,655][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3F(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,656][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-29 16:39:48,656][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-08-29 16:39:48,657][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-08-29 16:39:48,658][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-29 16:39:48,658][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-08-29 16:39:48,660][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-08-29 16:39:48,661][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-29 16:39:48,661][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/xiaowei/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-08-29 16:39:48,662][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-08-29 16:39:48,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,665][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,666][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,666][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,668][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,668][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,668][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,670][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,671][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,672][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,674][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,676][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,677][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,678][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,681][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,681][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,682][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,684][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,686][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,689][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,691][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,693][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,694][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,695][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,699][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,699][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,701][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,702][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,704][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,705][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,707][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,709][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,710][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,712][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-08-29 16:39:48,742][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-08-29 16:39:50,228][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-08-29 16:39:50,315][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-08-29 16:39:50,420][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-08-29 16:39:50,480][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-08-29 16:39:50,603][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-08-29 16:39:50,677][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-08-29 16:39:50,825][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-08-29 16:39:50,911][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-08-29 16:39:51,012][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-08-29 16:39:51,094][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-08-29 16:39:51,316][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-08-29 16:39:51,382][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-08-29 16:39:51,450][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-08-29 16:39:51,525][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-08-29 16:39:51,630][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-08-29 16:39:51,712][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-08-29 16:39:51,861][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\xiaowei\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-08-29 16:39:51,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-08-29 16:39:51,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-08-29 16:39:51,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-08-29 16:39:51,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:51,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-08-29 16:39:51,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:51,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:51,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:51,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-08-29 16:39:51,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:51,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:51,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:51,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-08-29 16:39:51,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-08-29 16:39:51,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-08-29 16:39:51,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-08-29 16:39:51,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:51,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:51,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:51,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:51,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-08-29 16:39:51,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-08-29 16:39:51,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:51,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:51,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-08-29 16:39:51,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:51,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-08-29 16:39:51,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:51,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-08-29 16:39:51,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-08-29 16:39:51,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-08-29 16:39:51,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-08-29 16:39:51,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:51,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:51,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:51,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,973][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-08-29 16:39:51,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-29 16:39:51,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,998][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-08-29 16:39:51,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:51,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:51,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-08-29 16:39:52,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-08-29 16:39:52,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-29 16:39:52,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-08-29 16:39:52,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,068][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-08-29 16:39:52,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-08-29 16:39:52,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,086][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,087][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-08-29 16:39:52,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,088][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-08-29 16:39:52,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,102][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,124][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,167][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,172][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@382a6c5e] -[DEBUG][2015-08-29 16:39:52,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-08-29 16:39:52,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-08-29 16:39:52,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-08-29 16:39:52,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,200][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-29 16:39:52,200][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-29 16:39:52,200][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-29 16:39:52,200][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-29 16:39:52,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,201][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-08-29 16:39:52,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-29 16:39:52,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,222][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-08-29 16:39:52,223][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-08-29 16:39:52,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:52,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,228][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,237][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:52,237][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-08-29 16:39:52,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:52,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,251][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:52,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-08-29 16:39:52,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:52,253][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:52,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,255][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,255][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@2e781d9e] -[DEBUG][2015-08-29 16:39:52,271][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-08-29 16:39:52,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-08-29 16:39:52,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-08-29 16:39:52,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,272][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-29 16:39:52,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-08-29 16:39:52,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:52,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,292][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,293][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,294][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@2a59375] -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,306][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-29 16:39:52,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,306][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-08-29 16:39:52,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-29 16:39:52,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,317][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-08-29 16:39:52,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,320][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,320][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@47955387] -[DEBUG][2015-08-29 16:39:52,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-08-29 16:39:52,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-08-29 16:39:52,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-08-29 16:39:52,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,341][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-29 16:39:52,341][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-29 16:39:52,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,341][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-08-29 16:39:52,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-29 16:39:52,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,353][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,378][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-08-29 16:39:52,378][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-08-29 16:39:52,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:52,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,390][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-08-29 16:39:52,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,392][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,392][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@4d62193b] -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,413][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-29 16:39:52,413][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-29 16:39:52,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,414][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-08-29 16:39:52,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:52,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,423][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:52,424][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-08-29 16:39:52,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:52,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,434][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-08-29 16:39:52,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,436][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,437][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@5925910c] -[DEBUG][2015-08-29 16:39:52,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-08-29 16:39:52,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-08-29 16:39:52,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-08-29 16:39:52,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,449][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-08-29 16:39:52,449][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@49a01787] -[DEBUG][2015-08-29 16:39:52,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-08-29 16:39:52,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-08-29 16:39:52,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-08-29 16:39:52,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,485][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,485][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@12542011] -[DEBUG][2015-08-29 16:39:52,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-08-29 16:39:52,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-08-29 16:39:52,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-08-29 16:39:52,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,498][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-29 16:39:52,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,499][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-08-29 16:39:52,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:52,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,512][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-08-29 16:39:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,514][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,514][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@2faab9a1] -[DEBUG][2015-08-29 16:39:52,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-08-29 16:39:52,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-08-29 16:39:52,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-08-29 16:39:52,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,527][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-29 16:39:52,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,527][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-08-29 16:39:52,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:52,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,535][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-08-29 16:39:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,538][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,539][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@5befaa07] -[DEBUG][2015-08-29 16:39:52,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-08-29 16:39:52,549][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-08-29 16:39:52,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-08-29 16:39:52,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,563][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-29 16:39:52,564][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-29 16:39:52,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-08-29 16:39:52,564][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-08-29 16:39:52,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,572][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-08-29 16:39:52,572][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-08-29 16:39:52,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-29 16:39:52,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,591][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-08-29 16:39:52,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,593][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-08-29 16:39:52,593][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@6dff4890] -[DEBUG][2015-08-29 16:39:52,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-08-29 16:39:52,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-08-29 16:39:52,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:52,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-08-29 16:39:52,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-08-29 16:39:52,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-08-29 16:39:52,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-08-29 16:39:52,613][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6d456c6a] -[DEBUG][2015-08-29 16:39:52,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-08-29 16:39:52,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:52,621][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-08-29 16:39:52,621][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-08-29 16:39:52,622][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-08-29 16:39:52,622][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:52,624][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@709e635d testClass = orderTest, testInstance = com.changyu.test.orderTest@2e8da86e, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-08-29 16:39:52,624][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:52,632][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-08-29 16:39:52,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-08-29 16:39:52,634][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-08-29 16:39:52,634][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-08-29 16:39:52,635][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-08-29 16:39:52,635][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-08-29 16:39:52,635][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-08-29 16:39:52,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-08-29 16:39:52,636][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-08-29 16:39:52,637][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-08-29 16:39:52,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-08-29 16:39:52,638][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-08-29 16:39:52,638][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-08-29 16:39:52,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-08-29 16:39:52,640][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-08-29 16:39:52,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-08-29 16:39:52,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-08-29 16:39:52,651][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:52,705][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-08-29 16:39:52,731][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] for JDBC transaction -[DEBUG][2015-08-29 16:39:52,771][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] to manual commit -[DEBUG][2015-08-29 16:39:52,856][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-08-29 16:39:52,868][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c854594] -[DEBUG][2015-08-29 16:39:52,886][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] will be managed by Spring -[DEBUG][2015-08-29 16:39:52,898][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-08-29 16:39:53,178][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 3.0(Double), ch_TuDqzDrnHW9Ka94KeTbT88i1(String), 153651867351430139990413(String) -[DEBUG][2015-08-29 16:39:53,202][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 6 -[DEBUG][2015-08-29 16:39:53,203][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-08-29 16:39:53,203][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c854594] -[DEBUG][2015-08-29 16:39:53,203][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-08-29 16:39:53,204][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] -[DEBUG][2015-08-29 16:39:53,468][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c854594] -[DEBUG][2015-08-29 16:39:53,469][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c854594] -[DEBUG][2015-08-29 16:39:53,494][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@2dd5ba63] after transaction -[DEBUG][2015-08-29 16:39:53,498][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-08-29 16:39:53,500][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@709e635d testClass = orderTest, testInstance = com.changyu.test.orderTest@2e8da86e, testMethod = updateOrderStatusAndAmount@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-08-29 16:39:53,501][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@709e635d testClass = orderTest, testInstance = com.changyu.test.orderTest@2e8da86e, testMethod = updateOrderStatusAndAmount@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-08-29 16:39:53,509][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@709e635d testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@185afba1 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-08-29 16:39:53,516][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@25e01f19: startup date [Sat Aug 29 16:39:44 CST 2015]; root of context hierarchy -[DEBUG][2015-08-29 16:39:53,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-08-29 16:39:53,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-08-29 16:39:53,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@404a12b8: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,/newsService,orderService,packageService,payService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-08-29 16:39:53,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-08-29 16:39:53,538][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-08-29 16:39:53,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-08-29 16:39:53,542][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-08-29 16:39:53,544][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[INFO][2015-08-29 16:39:53,555][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 16:32:57,488][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:32:57,535][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@5cde0ca9 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:32:57,535][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,535][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@7b839aa9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:32:57,581][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@7b839aa9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:32:57,738][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:57,751][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:32:57,766][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:32:57,782][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:32:57,813][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:32:57,829][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:32:57,829][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:32:57,891][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:32:57,907][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:32:57,907][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:32:57,938][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:32:57,985][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:32:57,985][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:32:57,985][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:32:58,032][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:32:58,032][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:32:58,032][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:32:58,032][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,048][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,063][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:32:58,063][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:32:58,063][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:32:58,063][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:32:58,063][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:32:58,094][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:32:58,094][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:32:58,110][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:32:58,126][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:32:58,126][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:32:58,173][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 12 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:32:58,173][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@4b7bd154: startup date [Tue Sep 22 16:32:58 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:32:58,173][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@4b7bd154: org.springframework.beans.factory.support.DefaultListableBeanFactory@70738aae: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:32:58,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:32:58,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:32:58,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:32:58,376][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:32:58,376][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:32:58,376][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:32:58,376][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:32:58,391][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:32:58,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:32:58,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:32:58,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:32:58,423][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:32:58,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:32:58,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:32:58,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:32:58,469][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@edebef9] -[DEBUG][2015-09-22 16:32:58,469][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@f2f65c1] -[INFO][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70738aae: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:32:58,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:32:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:32:58,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,532][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:32:58,548][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:32:58,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:32:58,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,766][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,813][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,860][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,954][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,970][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:58,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,001][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,016][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,048][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,063][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,079][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,126][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,188][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,220][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,282][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,298][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,298][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,313][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,313][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,360][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appKeyMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,407][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 16:32:59,438][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[INFO][2015-09-22 16:32:59,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70738aae: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[ERROR][2015-09-22 16:32:59,438][org.springframework.test.context.TestContextManager]Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@3e481e39] to prepare test instance [com.changyu.test.orderTest@70b85020] -java.lang.IllegalStateException: Failed to load ApplicationContext - at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:157) - at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:103) - at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:73) - at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:313) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:211) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:288) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:284) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:88) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) - at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) - at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71) - at org.junit.runners.ParentRunner.run(ParentRunner.java:309) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174) - at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) - at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCategoryMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appKeyMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:306) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1120) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:607) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479) - at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:106) - at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:57) - at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:100) - at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:248) - at org.springframework.test.context.TestContext.loadApplicationContext(TestContext.java:124) - at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:148) - ... 24 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCategoryMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1391) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1132) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:442) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:416) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:550) - at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:150) - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:303) - ... 40 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1391) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1132) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) - ... 55 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1486) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) - ... 65 more -Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662) - at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307) - at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:344) - at javax.naming.InitialContext.lookup(InitialContext.java:411) - at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:154) - at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:87) - at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:152) - at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:178) - at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95) - at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:105) - at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:201) - at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:187) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1545) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1483) - ... 72 more -[DEBUG][2015-09-22 16:32:59,518][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@242120c6 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7b839aa9 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-09-22 16:34:12,940][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:34:13,003][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@6d6564ae declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:34:13,003][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,003][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,065][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:13,081][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:34:13,081][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:13,284][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:13,291][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:34:13,307][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:34:13,344][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:34:13,391][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:34:13,391][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:34:13,406][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:34:13,500][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:34:13,516][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:34:13,531][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:34:13,547][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:34:13,610][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:34:13,610][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:34:13,625][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:34:13,670][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:34:13,670][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:34:13,686][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,702][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,717][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:34:13,733][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:34:13,733][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:34:13,733][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:34:13,733][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:34:13,780][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:34:13,780][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:34:13,795][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:34:13,811][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:34:13,811][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 16:34:13,827][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:34:13,873][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:34:13,873][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@6322e802: startup date [Tue Sep 22 16:34:13 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:34:13,889][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@6322e802: org.springframework.beans.factory.support.DefaultListableBeanFactory@3195df2f: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:34:13,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:34:13,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:13,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:14,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:14,125][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,125][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:34:14,141][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:34:14,141][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,157][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:34:14,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:34:14,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:34:14,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:34:14,188][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:34:14,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:34:14,235][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:34:14,250][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@60e347be] -[DEBUG][2015-09-22 16:34:14,250][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@20ba6b1b] -[INFO][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3195df2f: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:34:14,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:34:14,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:34:14,304][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,319][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,335][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:34:14,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,616][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,679][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,757][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,772][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:14,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:14,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,944][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:34:14,960][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 16:34:14,960][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 16:34:14,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 16:34:15,101][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 16:34:15,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:15,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:15,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:15,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:15,241][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:34:15,241][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 16:34:15,241][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 16:34:15,257][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 16:34:15,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:15,366][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 16:34:15,381][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:34:15,382][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:34:15,445][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 16:34:15,445][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 16:34:15,445][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:34:15,460][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:34:15,476][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:34:15,491][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,507][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:34:15,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,538][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,554][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,570][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:34:15,616][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 16:34:16,741][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 16:34:16,788][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 16:34:16,819][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 16:34:16,850][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 16:34:16,897][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 16:34:16,913][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 16:34:16,975][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 16:34:17,022][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 16:34:17,053][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 16:34:17,069][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 16:34:17,100][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 16:34:17,194][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 16:34:17,225][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 16:34:17,256][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 16:34:17,288][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 16:34:17,335][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 16:34:17,350][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 16:34:17,413][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:34:17,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,553][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@7ae8e1ef] -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,600][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@2d4bc050] -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:34:17,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,616][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@3fa39595] -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:34:17,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,631][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@7799b411] -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 16:34:17,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,647][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@14981bc4] -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:34:17,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:34:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,678][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@523f31f2] -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,678][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,694][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@52877c09] -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,694][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 16:34:17,694][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@57dd1619] -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,710][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@51557949] -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,710][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,710][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4789faf3] -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,725][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@56d39b53] -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,741][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2b394d3] -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,756][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,758][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:34:17,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,759][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:34:17,759][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@54af4009] -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:34:17,774][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@18948fd9] -[DEBUG][2015-09-22 16:34:17,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 16:34:17,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:17,790][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 16:34:17,790][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 16:34:17,790][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 16:34:17,790][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:17,790][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 16:34:17,790][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:34:17,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:34:17,821][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:17,837][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:17,837][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@735d3b17] -[DEBUG][2015-09-22 16:34:17,884][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:17,884][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:17,884][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:17,884][com.changyu.foryou.mapper.OrderMapper.getTogetherId]==> Preparing: select together_id from orders WHERE phone = ? and together_id is not null and orders.tag=1 and status = ? group by together_id order by together_date DESC -[DEBUG][2015-09-22 16:34:17,993][com.changyu.foryou.mapper.OrderMapper.getTogetherId]==> Parameters: 18896554880(String), 1(Integer) -[DEBUG][2015-09-22 16:34:18,118][com.changyu.foryou.mapper.OrderMapper.getTogetherId]<== Total: 5 -[DEBUG][2015-09-22 16:34:18,118][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 16:34:18,118][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@735d3b17] -[DEBUG][2015-09-22 16:34:18,118][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@735d3b17] -[DEBUG][2015-09-22 16:34:18,134][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,212][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,212][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76effe43] -[DEBUG][2015-09-22 16:34:18,212][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,212][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,212][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,212][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,212][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442813575248(String) -[DEBUG][2015-09-22 16:34:18,290][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,290][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76effe43] -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76effe43] -[DEBUG][2015-09-22 16:34:18,290][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1decdf9d] -[DEBUG][2015-09-22 16:34:18,290][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,290][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,290][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,290][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,290][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442814151643(String) -[DEBUG][2015-09-22 16:34:18,337][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1decdf9d] -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1decdf9d] -[DEBUG][2015-09-22 16:34:18,337][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17213f1a] -[DEBUG][2015-09-22 16:34:18,337][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,337][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,337][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,337][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,337][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442803210037(String) -[DEBUG][2015-09-22 16:34:18,399][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17213f1a] -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17213f1a] -[DEBUG][2015-09-22 16:34:18,399][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b4a469d] -[DEBUG][2015-09-22 16:34:18,399][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,399][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,399][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,399][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,399][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442837406690(String) -[DEBUG][2015-09-22 16:34:18,431][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b4a469d] -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b4a469d] -[DEBUG][2015-09-22 16:34:18,431][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6419a8b5] -[DEBUG][2015-09-22 16:34:18,431][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:34:18,431][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:34:18,431][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@3a32097c] will be managed by Spring -[DEBUG][2015-09-22 16:34:18,431][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Preparing: select order_id,img_url,is_remarked,orders.food_id,orders.status,together_date,orders.campus_id as campus_id, orders.order_count as order_count , food.is_discount as is_discount, food.price as price,food.name as name, discount_price,food.message as message,pay_way,total_price,is_full_discount from orders,food where orders.food_id=food.food_id and orders.campus_id=food.campus_id and phone = ? And together_id=? and orders.status !=0 and orders.tag=1 order by together_date DESC,create_time DESC -[DEBUG][2015-09-22 16:34:18,431][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]==> Parameters: 18896554880(String), 188965548801442802300334(String) -[DEBUG][2015-09-22 16:34:18,462][com.changyu.foryou.mapper.OrderMapper.getOrderListInMine]<== Total: 1 -[DEBUG][2015-09-22 16:34:18,462][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6419a8b5] -[DEBUG][2015-09-22 16:34:18,462][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6419a8b5] -[DEBUG][2015-09-22 16:34:18,477][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:34:18,743][com.changyu.test.orderTest]订单为:==================={"message":"获取订单成功","orderList":[{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":2.9,"foodId":20203,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1428305602553-1538601109.jpg","isDiscount":0,"isFullDiscount":0,"isRemarked":0,"message":"所有食品都是绿色食品,不含防腐剂,您吃的放心是我们的荣幸","name":"统一阿萨姆奶茶500ml","orderCount":2,"orderId":1442751588474,"payWay":1,"price":3.6,"status":1,"togetherDate":"2015-09-21","totalPrice":7.2}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442813575248"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":6,"foodId":10501,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430356518035-1968529639.jpg","isDiscount":1,"isFullDiscount":0,"isRemarked":0,"message":"所有食品都是绿色食品,不含防腐剂,您吃的放心是我们的荣幸","name":"乐天 草莓牛奶200ml 韩国进口","orderCount":1,"orderId":1442814146145,"payWay":1,"price":6.5,"status":1,"togetherDate":"2015-09-21","totalPrice":6}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442814151643"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":0.5,"foodId":10720,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/14309296001041947988435.jpg","isDiscount":1,"isFullDiscount":0,"isRemarked":0,"message":"所有食品都是绿色食品,不含防腐剂,您吃的放心是我们的荣幸","name":"咪咪","orderCount":6,"orderId":1442733735606,"payWay":1,"price":0.7,"status":1,"togetherDate":"2015-09-21","totalPrice":3}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442803210037"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":4,"foodId":10705,"imageUrl":"http://120.26.76.252:8080/MickeyImage/food/1430901199762-2001051792.jpg","isDiscount":1,"isFullDiscount":0,"isRemarked":0,"message":"所有食品都是绿色食品,不含防腐剂,您吃的放心是我们的荣幸","name":"好丽友蛋黄派 2枚/盒 46g","orderCount":4,"orderId":1442593870000,"payWay":1,"price":5,"status":1,"togetherDate":"2015-09-21","totalPrice":4}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442837406690"},{"payWay":1,"smallOrders":[{"campusId":1,"discountPrice":0.1,"foodId":10101,"imageUrl":"http://120.26.76.252:8080/ForyouImage/food/1441692617704-262708770.jpg","isDiscount":0,"isFullDiscount":1,"isRemarked":0,"message":"所有食品都是绿色食品","name":"小当家干脆面","orderCount":2,"orderId":1442801617931,"payWay":1,"price":0.1,"status":1,"togetherDate":"2015-09-21","totalPrice":0.2}],"status":1,"togetherDate":"2015-09-21","togetherId":"188965548801442802300334"}],"status":"success"} -[DEBUG][2015-09-22 16:34:18,743][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = getOrderInMine@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 16:34:18,743][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = getOrderInMine@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:34:18,743][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@b233fdf testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1740f55 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 16:34:18,759][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@6322e802: startup date [Tue Sep 22 16:34:13 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:34:18,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3195df2f: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 16:34:18,762][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 16:34:18,762][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 16:34:18,762][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-09-22 16:34:18,762][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 16:43:35,327][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:43:35,358][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@8d59f1 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:43:35,374][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,374][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,405][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,421][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,421][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:35,421][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:43:35,421][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:43:35,561][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:35,577][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:43:35,593][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:43:35,608][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:43:35,640][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:43:35,655][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:43:35,655][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:43:35,718][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:43:35,733][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:43:35,749][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:43:35,765][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:43:35,811][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:43:35,811][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:43:35,811][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:43:35,858][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:43:35,858][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:43:35,858][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,874][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:43:35,890][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:43:35,890][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:43:35,905][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:43:35,905][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:43:35,921][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:43:35,935][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:43:35,951][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:43:35,951][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:43:35,951][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 16:43:35,967][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:43:35,998][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:43:36,013][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@117c323d: startup date [Tue Sep 22 16:43:35 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:43:36,013][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@117c323d: org.springframework.beans.factory.support.DefaultListableBeanFactory@3205dd7b: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:43:36,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:36,092][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:36,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:43:36,217][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:43:36,217][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:43:36,217][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,232][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:43:36,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:43:36,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:43:36,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:43:36,263][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:43:36,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:43:36,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:43:36,310][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7e6cb446] -[DEBUG][2015-09-22 16:43:36,310][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2b499ae] -[INFO][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3205dd7b: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:43:36,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:43:36,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:43:36,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,388][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:43:36,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,592][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,623][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,670][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,685][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,717][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:43:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:43:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:43:36,888][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:43:36,904][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,904][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:43:36,904][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 16:43:36,904][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 16:43:36,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 16:43:37,022][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 16:43:37,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:37,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:37,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:37,022][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:37,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:43:37,162][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 16:43:37,162][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 16:43:37,162][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 16:43:37,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:43:37,272][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 16:43:37,334][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:43:37,350][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:43:37,366][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:43:37,381][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:43:37,397][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:43:37,412][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,428][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,444][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,459][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:43:37,506][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 16:43:38,803][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 16:43:38,849][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 16:43:38,896][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 16:43:38,927][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 16:43:38,958][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 16:43:38,989][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 16:43:39,052][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 16:43:39,083][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 16:43:39,114][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 16:43:39,146][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 16:43:39,161][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 16:43:39,271][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 16:43:39,302][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 16:43:39,318][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 16:43:39,364][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 16:43:39,411][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 16:43:39,443][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 16:43:39,505][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,568][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,646][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,646][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@4f4950f3] -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:43:39,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,693][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,693][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@483edb6b] -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,708][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,708][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@cb189d7] -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,724][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@bfd056f] -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,739][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@e46eb6c] -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:43:39,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:43:39,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,786][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@32e8310d] -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,786][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,802][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@3ce05d33] -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,802][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 16:43:39,802][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@73d5f05f] -[DEBUG][2015-09-22 16:43:39,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 16:43:39,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 16:43:39,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:43:39,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,824][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@428dd156] -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,824][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@33ba8c36] -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,843][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:43:39,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,843][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:43:39,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,847][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@5e7a92ad] -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,847][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,847][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@5befaa07] -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:43:39,878][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@3d953a4e] -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:43:39,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:43:39,894][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@416ffc2a] -[DEBUG][2015-09-22 16:43:39,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 16:43:39,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:39,894][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 16:43:39,894][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 16:43:39,894][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 16:43:39,894][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:43:39,894][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@37364f2f testClass = orderTest, testInstance = com.changyu.test.orderTest@4e88b2fa, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 16:43:39,894][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:43:39,894][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:43:39,909][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[INFO][2015-09-22 16:43:40,129][com.changyu.test.orderTest]{"amount":100,"charge":"ch_Xsr7u35O3m1Gw4ed2ODmi4Lw","created":1427555346,"description":"Refund Description","id":"re_SG0mnjTD3jAHimbvDKjnXLC9","instanceURL":"https://api.pingxx.com/v1/charges/ch_Xsr7u35O3m1Gw4ed2ODmi4Lw/refunds/re_SG0mnjTD3jAHimbvDKjnXLC9","metadata":{},"object":"refund","orderNo":"SG0mnjTD3jAHimbvDKjnXLC9","status":"succeeded","succeed":true,"timeSucceed":1427555348} -[DEBUG][2015-09-22 16:43:40,129][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@37364f2f testClass = orderTest, testInstance = com.changyu.test.orderTest@4e88b2fa, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 16:43:40,129][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@37364f2f testClass = orderTest, testInstance = com.changyu.test.orderTest@4e88b2fa, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:43:40,129][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@37364f2f testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@47862525 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 16:43:40,129][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@117c323d: startup date [Tue Sep 22 16:43:35 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3205dd7b: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 16:43:40,129][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-09-22 16:43:40,145][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 16:47:55,283][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:47:55,346][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@1bf0f793 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:47:55,346][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,346][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,408][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,424][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,424][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:47:55,424][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:47:55,424][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:47:55,627][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:55,627][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:55,627][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:55,627][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:55,642][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:55,650][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:55,650][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:55,651][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:47:55,651][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:47:55,682][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:47:55,734][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:47:55,749][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:47:55,749][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:47:55,843][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:47:55,859][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:47:55,874][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:47:55,905][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:47:55,968][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:47:55,968][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:47:55,984][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:47:56,015][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:47:56,015][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:47:56,030][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:47:56,046][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,046][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,062][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,077][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:47:56,077][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:47:56,077][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:47:56,093][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:47:56,093][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:47:56,140][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:47:56,140][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:47:56,155][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:47:56,171][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:47:56,171][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 16:47:56,171][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:47:56,234][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:47:56,249][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@1ad8ce8f: startup date [Tue Sep 22 16:47:56 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:47:56,249][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@1ad8ce8f: org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:47:56,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:47:56,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:47:56,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:47:56,499][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:47:56,515][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:47:56,515][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:47:56,530][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,546][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:47:56,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:47:56,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:47:56,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:47:56,577][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:47:56,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:47:56,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:47:56,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:47:56,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:47:56,640][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@12afa082] -[DEBUG][2015-09-22 16:47:56,640][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ed56fe5] -[INFO][2015-09-22 16:47:56,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:47:56,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:47:56,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:56,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:56,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:47:56,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,719][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:56,734][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:56,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:56,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:47:57,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,016][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,031][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,078][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,094][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,125][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:47:57,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,328][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:47:57,344][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:47:57,344][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,344][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:47:57,344][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 16:47:57,344][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 16:47:57,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 16:47:57,500][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 16:47:57,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:47:57,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:47:57,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:47:57,705][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 16:47:57,705][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 16:47:57,705][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 16:47:57,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:47:57,846][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 16:47:57,924][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:47:57,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:47:57,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:47:57,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:47:57,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:47:58,002][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,049][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:47:58,080][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 16:47:59,744][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 16:47:59,788][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 16:47:59,835][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 16:47:59,851][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 16:47:59,898][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 16:47:59,929][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 16:48:00,023][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 16:48:00,070][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 16:48:00,101][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 16:48:00,132][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 16:48:00,163][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 16:48:00,288][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 16:48:00,320][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 16:48:00,351][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 16:48:00,398][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 16:48:00,460][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 16:48:00,492][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 16:48:00,570][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:00,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:00,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:48:00,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:48:00,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:48:00,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:48:00,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:48:00,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:00,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:00,710][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,710][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@5c608f6e] -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:48:00,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,757][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 16:48:00,768][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:48:00,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,770][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,770][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@34882718] -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,786][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,786][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@155f28dc] -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,801][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,801][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@73d5f05f] -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,832][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@428dd156] -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,864][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 16:48:00,864][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:48:00,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,879][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,879][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@7ebce5be] -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,911][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,911][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@56ddcc4] -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 16:48:00,926][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@16c775c5] -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,942][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@31153b19] -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,942][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@2aaf1a01] -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:48:00,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,957][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@276b557d] -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:00,973][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@24fc484d] -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:00,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,004][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:48:01,004][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@49c2de5c] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@562ce5a2] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:01,020][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 16:48:01,020][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:48:01,036][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@45b020b1 testClass = orderTest, testInstance = com.changyu.test.orderTest@2e326835, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 16:48:01,036][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:48:01,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:48:01,051][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[INFO][2015-09-22 16:48:01,301][com.changyu.test.orderTest]{"amount":100,"charge":"ch_Xsr7u35O3m1Gw4ed2ODmi4Lw","created":1427555346,"description":"Refund Description","id":"re_SG0mnjTD3jAHimbvDKjnXLC9","instanceURL":"https://api.pingxx.com/v1/charges/ch_Xsr7u35O3m1Gw4ed2ODmi4Lw/refunds/re_SG0mnjTD3jAHimbvDKjnXLC9","metadata":{},"object":"refund","orderNo":"188965548801442732341211","status":"succeeded","succeed":true,"timeSucceed":1427555348} -[DEBUG][2015-09-22 16:48:01,317][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusRefundSuccess]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 16:48:01,317][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] for JDBC transaction -[DEBUG][2015-09-22 16:48:01,317][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] to manual commit -[DEBUG][2015-09-22 16:48:01,379][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:48:01,379][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7de1c412] -[DEBUG][2015-09-22 16:48:01,395][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] will be managed by Spring -[DEBUG][2015-09-22 16:48:01,395][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]==> Preparing: update orders set status=11 where together_id=? -[DEBUG][2015-09-22 16:48:01,504][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]==> Parameters: 188965548801442732341211(String) -[DEBUG][2015-09-22 16:48:01,801][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]<== Updates: 1 -[DEBUG][2015-09-22 16:48:01,814][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 16:48:01,816][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7de1c412] -[DEBUG][2015-09-22 16:48:01,816][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 16:48:01,816][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] -[DEBUG][2015-09-22 16:48:03,847][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7de1c412] -[DEBUG][2015-09-22 16:48:03,855][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7de1c412] -[DEBUG][2015-09-22 16:48:05,017][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] after transaction -[DEBUG][2015-09-22 16:48:05,026][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:48:05,026][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:48:05,026][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@763c80e8] -[DEBUG][2015-09-22 16:48:05,026][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:48:05,026][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:48:05,026][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@407ec20c] will be managed by Spring -[DEBUG][2015-09-22 16:48:05,026][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Preparing: select phone from orders where together_id=? limit 1 -[DEBUG][2015-09-22 16:48:05,042][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Parameters: 188965548801442732341211(String) -[DEBUG][2015-09-22 16:48:06,242][com.changyu.foryou.mapper.OrderMapper.getUserPhone]<== Total: 1 -[DEBUG][2015-09-22 16:48:06,254][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 16:48:06,254][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@763c80e8] -[DEBUG][2015-09-22 16:48:06,254][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@763c80e8] -[DEBUG][2015-09-22 16:48:06,254][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:48:06,254][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@45b020b1 testClass = orderTest, testInstance = com.changyu.test.orderTest@2e326835, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 16:48:06,254][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@45b020b1 testClass = orderTest, testInstance = com.changyu.test.orderTest@2e326835, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:48:06,254][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@45b020b1 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 16:48:06,254][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@1ad8ce8f: startup date [Tue Sep 22 16:47:56 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:48:06,254][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 16:48:06,272][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 16:48:06,272][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 16:48:06,272][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-09-22 16:48:06,272][cn.jpush.api.common.connection.NativeHttpClient]Created instance with _maxRetryTimes = 5 -[INFO][2015-09-22 16:48:06,272][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 16:50:07,769][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 16:50:07,805][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@1bf0f793 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 16:50:07,805][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,805][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,852][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:07,867][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 16:50:07,867][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:50:08,025][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,025][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,040][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 16:50:08,056][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 16:50:08,087][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:50:08,119][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 16:50:08,119][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 16:50:08,119][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:50:08,197][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 16:50:08,212][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:50:08,212][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:50:08,228][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 16:50:08,290][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 16:50:08,290][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 16:50:08,290][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 16:50:08,337][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 16:50:08,343][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 16:50:08,343][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 16:50:08,362][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,364][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,366][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,366][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,366][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,370][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,370][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,370][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,370][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,374][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,374][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,374][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,378][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 16:50:08,378][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 16:50:08,378][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 16:50:08,378][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 16:50:08,378][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 16:50:08,425][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 16:50:08,425][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 16:50:08,441][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 16:50:08,441][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 16:50:08,441][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 16:50:08,456][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 16:50:08,488][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 16:50:08,503][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@1ad8ce8f: startup date [Tue Sep 22 16:50:08 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:50:08,503][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@1ad8ce8f: org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 16:50:08,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:08,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:08,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 16:50:08,698][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 16:50:08,714][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 16:50:08,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 16:50:08,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:50:08,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:50:08,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,745][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 16:50:08,760][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:50:08,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:50:08,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:50:08,807][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@12afa082] -[DEBUG][2015-09-22 16:50:08,807][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1ed56fe5] -[INFO][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:50:08,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,854][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:08,870][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:08,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:08,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 16:50:09,089][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,104][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,135][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,135][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,151][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,182][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,198][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,214][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,229][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:09,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,323][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:09,417][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,422][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,422][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 16:50:09,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 16:50:09,423][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 16:50:09,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 16:50:09,579][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 16:50:09,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:09,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:09,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 16:50:09,751][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 16:50:09,751][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 16:50:09,751][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 16:50:09,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:50:09,876][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 16:50:09,939][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 16:50:09,954][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:50:09,970][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 16:50:09,986][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 16:50:10,001][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:50:10,017][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:50:10,033][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,048][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,064][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,079][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 16:50:10,111][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 16:50:11,001][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 16:50:11,052][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 16:50:11,083][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 16:50:11,115][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 16:50:11,146][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 16:50:11,177][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 16:50:11,255][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 16:50:11,287][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 16:50:11,318][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 16:50:11,349][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 16:50:11,380][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 16:50:11,490][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 16:50:11,521][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 16:50:11,552][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 16:50:11,583][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 16:50:11,630][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 16:50:11,646][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 16:50:11,724][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 16:50:11,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,802][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 16:50:11,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:50:11,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:50:11,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:11,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:11,880][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,880][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@7ae8e1ef] -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:11,896][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,927][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,927][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@2d4bc050] -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,958][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@3fa39595] -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,974][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@7799b411] -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:11,990][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@14981bc4] -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:11,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,005][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:50:12,009][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:50:12,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,009][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,010][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,026][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,026][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@523f31f2] -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 16:50:12,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:12,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,057][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,062][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,062][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@52877c09] -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 16:50:12,065][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@57dd1619] -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:50:12,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,081][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@51557949] -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,081][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,081][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4789faf3] -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,112][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@56d39b53] -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,112][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,112][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2b394d3] -[DEBUG][2015-09-22 16:50:12,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 16:50:12,144][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@54af4009] -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 16:50:12,144][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@18948fd9] -[DEBUG][2015-09-22 16:50:12,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 16:50:12,159][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 16:50:12,159][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 16:50:12,159][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:50:12,159][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 16:50:12,159][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 16:50:12,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 16:50:12,175][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[INFO][2015-09-22 16:50:12,394][com.changyu.test.orderTest]{"amount":100,"charge":"ch_Xsr7u35O3m1Gw4ed2ODmi4Lw","created":1427555346,"description":"Refund Description","id":"re_SG0mnjTD3jAHimbvDKjnXLC9","instanceURL":"https://api.pingxx.com/v1/charges/ch_Xsr7u35O3m1Gw4ed2ODmi4Lw/refunds/re_SG0mnjTD3jAHimbvDKjnXLC9","metadata":{},"object":"refund","orderNo":"188965548801442732410331","status":"succeeded","succeed":true,"timeSucceed":1427555348} -[DEBUG][2015-09-22 16:50:12,409][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusRefundSuccess]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 16:50:12,409][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] for JDBC transaction -[DEBUG][2015-09-22 16:50:12,409][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] to manual commit -[DEBUG][2015-09-22 16:50:12,440][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:50:12,440][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c3b7f48] -[DEBUG][2015-09-22 16:50:12,456][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] will be managed by Spring -[DEBUG][2015-09-22 16:50:12,456][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]==> Preparing: update orders set status=11 where together_id=? -[DEBUG][2015-09-22 16:50:12,565][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]==> Parameters: 188965548801442732410331(String) -[DEBUG][2015-09-22 16:50:12,581][com.changyu.foryou.mapper.OrderMapper.updateorderStatusRefundSuccess]<== Updates: 1 -[DEBUG][2015-09-22 16:50:12,581][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 16:50:12,581][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c3b7f48] -[DEBUG][2015-09-22 16:50:12,581][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 16:50:12,581][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] -[DEBUG][2015-09-22 16:50:12,628][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c3b7f48] -[DEBUG][2015-09-22 16:50:12,628][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c3b7f48] -[DEBUG][2015-09-22 16:50:12,644][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] after transaction -[DEBUG][2015-09-22 16:50:12,644][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:50:12,644][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 16:50:12,644][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61fca9cc] -[DEBUG][2015-09-22 16:50:12,644][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 16:50:12,659][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 16:50:12,659][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@57525d9f] will be managed by Spring -[DEBUG][2015-09-22 16:50:12,659][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Preparing: select phone from orders where together_id=? limit 1 -[DEBUG][2015-09-22 16:50:12,675][com.changyu.foryou.mapper.OrderMapper.getUserPhone]==> Parameters: 188965548801442732410331(String) -[DEBUG][2015-09-22 16:50:12,753][com.changyu.foryou.mapper.OrderMapper.getUserPhone]<== Total: 1 -[DEBUG][2015-09-22 16:50:12,753][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 16:50:12,753][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61fca9cc] -[DEBUG][2015-09-22 16:50:12,753][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@61fca9cc] -[DEBUG][2015-09-22 16:50:12,753][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 16:50:12,753][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 16:50:12,753][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@b233fdf testClass = orderTest, testInstance = com.changyu.test.orderTest@37364f2f, testMethod = testRefundOrder@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 16:50:12,753][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@b233fdf testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@65289697 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 16:50:12,769][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@1ad8ce8f: startup date [Tue Sep 22 16:50:08 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70808f4e: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 16:50:12,769][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-09-22 16:50:12,769][cn.jpush.api.common.connection.NativeHttpClient]Created instance with _maxRetryTimes = 5 -[DEBUG][2015-09-22 16:50:12,769][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 16:50:12,769][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[INFO][2015-09-22 16:50:12,769][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:30:52,958][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:30:53,002][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@690de239 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:30:53,005][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,007][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:30:53,046][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,046][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,049][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,049][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,050][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,050][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,053][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,054][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:30:53,057][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:30:53,057][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:30:53,209][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:53,211][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,213][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,214][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:53,224][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:53,224][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,224][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,224][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:30:53,236][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:30:53,263][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:30:53,297][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:30:53,302][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:30:53,305][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:30:53,382][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:30:53,395][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:30:53,410][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:30:53,427][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:30:53,473][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:30:53,473][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:30:53,479][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:30:53,518][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:30:53,518][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:30:53,523][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:30:53,536][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,538][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,540][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,541][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,542][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,544][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,546][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,547][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,548][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,549][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,550][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,551][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,555][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:30:53,560][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:30:53,560][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:30:53,562][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:30:53,564][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:30:53,593][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:30:53,597][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:30:53,609][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:30:53,622][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:30:53,629][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:30:53,668][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 12 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:30:53,672][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:30:53 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:30:53,672][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@fe11c0e: org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:30:53,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:30:53,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:30:53,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:30:53,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:30:53,871][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:53,872][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,872][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:53,872][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:53,874][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:30:53,875][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:30:53,880][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:30:53,881][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:30:53,882][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:30:53,883][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:30:53,884][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:30:53,884][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:30:53,886][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:30:53,887][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:30:53,889][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:30:53,890][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:30:53,891][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:30:53,892][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:30:53,893][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:30:53,894][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:30:53,895][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:30:53,896][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:30:53,897][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:30:53,898][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:30:53,899][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:30:53,903][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,906][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,906][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,906][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,907][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,908][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:30:53,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:30:53,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:30:53,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:30:53,928][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:30:53,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:30:53,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:30:53,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:30:53,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:30:53,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:30:53,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:53,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:30:53,972][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5bcc22a] -[DEBUG][2015-09-22 17:30:53,975][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3b870737] -[INFO][2015-09-22 17:30:53,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:30:53,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:30:53,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:30:53,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:30:53,990][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:30:53,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:53,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:53,997][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,006][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:30:54,018][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:30:54,019][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,037][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,037][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,038][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,038][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,039][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,039][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,040][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,040][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,041][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,041][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,041][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,041][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,044][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,045][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,045][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,045][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,046][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:30:54,046][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,047][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:30:54,047][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:30:54,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:30:54,280][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,291][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:30:54,300][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,309][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,309][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,310][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,317][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,332][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,369][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:30:54,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:30:54,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:30:54,378][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,378][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,378][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,379][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:30:54,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,392][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,394][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,395][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,396][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,396][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,397][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,398][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,399][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,400][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,400][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,400][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,400][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,401][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,405][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,406][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,407][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,410][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,410][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,411][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,411][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,412][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,413][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,415][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,416][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,417][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,419][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,420][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,420][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,421][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,423][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,424][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,424][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,428][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,429][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,432][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,432][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,434][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,436][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,437][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,440][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,442][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,444][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,445][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,449][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,449][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,450][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,450][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,453][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,468][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,469][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,469][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,471][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,472][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,473][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:30:54,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:30:54,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:30:54,475][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,492][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,493][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,498][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,501][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,503][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,506][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,507][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,508][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,508][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,510][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,514][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,514][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,519][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,523][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,528][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,532][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,533][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,536][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,539][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,541][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,543][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,545][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,547][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,548][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,551][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,551][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,552][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,554][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,554][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,555][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,557][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,557][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,558][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,559][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,559][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,560][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,561][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,563][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,564][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,566][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,569][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,569][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,571][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,572][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,573][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,575][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,575][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,576][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,577][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,577][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,579][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,579][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,581][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,582][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,583][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,585][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,586][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,587][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,587][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,588][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,589][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,590][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,590][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,591][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,592][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,594][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,594][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,595][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,596][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,597][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,599][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,599][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,600][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,602][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,603][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,604][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,605][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,607][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,608][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,610][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,611][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,613][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,615][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,618][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,619][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,619][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,621][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,623][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,624][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,627][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,627][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,628][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,631][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,631][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,632][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,638][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,639][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,640][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,642][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,642][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,644][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,645][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,646][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,648][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,649][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,650][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,651][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,651][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,652][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,653][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,654][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,654][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,655][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,656][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,657][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,660][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,660][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,661][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,662][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,663][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,663][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,665][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,666][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,666][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,669][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,669][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,671][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,671][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,672][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,673][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,673][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,674][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,675][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,675][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,676][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,676][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,677][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,678][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,679][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,680][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,680][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,681][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,682][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,682][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,684][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,685][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,685][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,686][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,687][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,688][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,689][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,690][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,690][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,691][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,693][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,693][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,694][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,695][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,695][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,696][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,697][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,697][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,700][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,700][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,701][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,701][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,702][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,703][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,704][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,705][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,707][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,709][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,710][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,711][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,713][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,721][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,723][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,724][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,725][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,726][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,727][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,728][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,728][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,730][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,731][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,732][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,733][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,735][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,735][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,737][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,738][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,739][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,740][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,741][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,742][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,743][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,746][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,746][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,746][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,756][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,756][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,757][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,758][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,759][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,762][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,763][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,765][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,766][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,768][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,770][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,774][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,774][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,779][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,779][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,781][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,784][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,785][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,786][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,786][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,789][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,791][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,792][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,793][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,793][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,794][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,798][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,801][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,804][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,807][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,810][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,811][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,813][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,816][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,818][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,821][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,822][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,825][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,828][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,831][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,832][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,835][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,838][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,840][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,841][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,846][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,848][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,850][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,853][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,854][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,855][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,856][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,858][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,858][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,859][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,860][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,860][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,861][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,863][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,863][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,864][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,865][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,866][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,867][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,869][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,872][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,873][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,874][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,874][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,875][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,876][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,877][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,879][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,879][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,880][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,880][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,881][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,882][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,882][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,883][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,884][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,884][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,886][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,886][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,887][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,888][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,889][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,889][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,890][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,897][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,898][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,898][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,900][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,902][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,903][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,903][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,904][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,905][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,906][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,906][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,908][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,908][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,910][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,911][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,911][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,913][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,913][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,914][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,915][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,916][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,917][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,918][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,919][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,920][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,921][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appKeyMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:30:54,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:30:54,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,923][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,923][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:30:54,925][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,926][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,928][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,930][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,930][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:30:54,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,932][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,933][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,934][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,934][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,936][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,937][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,938][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,939][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,940][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,942][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,944][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,947][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:30:54,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,952][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,959][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,962][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:30:54,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,965][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:30:54,965][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,967][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[DEBUG][2015-09-22 17:30:54,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:30:54,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:30:54,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'dataSource' -[DEBUG][2015-09-22 17:30:54,969][org.springframework.jndi.JndiTemplate]Looking up JNDI object with name [java:comp/env/jdbc/foryouDB] -[INFO][2015-09-22 17:30:54,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,jdbcTemplate,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[ERROR][2015-09-22 17:30:54,971][org.springframework.test.context.TestContextManager]Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@110d42fa] to prepare test instance [com.changyu.test.orderTest@7da833d4] -java.lang.IllegalStateException: Failed to load ApplicationContext - at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:157) - at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:103) - at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:73) - at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:313) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:211) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:288) - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:284) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:88) - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) - at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) - at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71) - at org.junit.runners.ParentRunner.run(ParentRunner.java:309) - at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174) - at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) - at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) - at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCategoryMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appKeyMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'campusMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cityMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deliverComMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'feedbackMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCommentMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodSpecialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hotSearchMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'newsMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'packageOrderMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'preferentialMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pushMessageMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'receiverMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sellerMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial -Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usersMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:306) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1120) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:607) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479) - at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:106) - at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:57) - at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:100) - at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:248) - at org.springframework.test.context.TestContext.loadApplicationContext(TestContext.java:124) - at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:148) - ... 24 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'foodCategoryMapper' defined in file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1391) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1132) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:442) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:416) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:550) - at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:150) - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) - at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:303) - ... 40 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1391) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1132) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) - ... 55 more -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1486) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:524) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323) - ... 65 more -Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial - at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662) - at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307) - at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:344) - at javax.naming.InitialContext.lookup(InitialContext.java:411) - at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:154) - at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:87) - at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:152) - at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:178) - at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95) - at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:105) - at org.springframework.jndi.JndiObjectFactoryBean.lookupWithFallback(JndiObjectFactoryBean.java:201) - at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:187) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1545) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1483) - ... 72 more -[DEBUG][2015-09-22 17:30:55,066][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@64576529 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-09-22 17:31:32,789][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:31:32,829][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@690de239 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:31:32,831][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,833][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:31:32,871][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,871][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,873][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,874][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,874][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,875][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,878][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,878][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:32,881][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:31:32,881][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:33,041][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,044][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,046][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,046][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,053][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,053][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,054][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,054][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:31:33,063][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:31:33,084][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:31:33,118][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:31:33,123][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:31:33,126][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:31:33,189][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:31:33,202][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:31:33,213][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:31:33,232][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:31:33,287][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:31:33,288][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:31:33,294][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:31:33,332][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:31:33,333][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:31:33,336][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:31:33,354][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,357][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,359][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,360][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,361][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,363][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,365][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,365][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,366][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,367][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,368][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,369][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,374][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:31:33,379][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:31:33,379][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:31:33,381][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:31:33,383][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:31:33,412][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:31:33,417][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:31:33,425][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:31:33,435][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:31:33,436][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:31:33,442][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:31:33,493][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:31:33,497][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:31:33 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:31:33,498][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@fe11c0e: org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:31:33,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,581][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:33,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:33,582][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:33,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:33,702][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,703][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,703][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,703][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,705][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:31:33,706][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:31:33,709][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:31:33,710][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:31:33,711][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:31:33,711][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:31:33,712][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:31:33,713][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:31:33,714][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:31:33,715][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:31:33,715][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:31:33,716][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:31:33,717][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:31:33,718][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:31:33,719][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:31:33,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:31:33,720][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:31:33,721][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:31:33,722][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:31:33,722][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:31:33,723][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:31:33,725][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,727][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,727][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,728][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,729][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:31:33,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:31:33,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:31:33,736][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,744][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:31:33,744][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:31:33,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,758][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,767][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,768][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:31:33,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:31:33,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:31:33,782][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,797][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:31:33,801][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@44d2702e] -[DEBUG][2015-09-22 17:31:33,805][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1d506b04] -[INFO][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:31:33,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:31:33,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:31:33,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:31:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:31:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:33,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:33,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:33,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:31:33,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,861][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,861][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,861][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,862][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,862][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,863][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,863][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,863][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,864][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,864][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,864][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,865][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,868][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,868][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,868][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,869][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,870][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:33,870][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,871][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:33,871][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:33,877][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:33,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:31:34,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,100][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:34,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,116][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,116][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,124][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,124][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,126][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,148][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:31:34,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:31:34,166][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,167][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,167][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,167][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,169][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,170][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,171][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,173][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:34,176][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,177][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,177][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,177][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:34,180][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,181][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,181][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,181][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:31:34,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,184][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,187][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:34,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,191][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,192][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,193][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,194][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,194][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,195][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,196][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,197][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,198][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:34,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,201][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,204][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,204][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,205][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,206][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,207][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,209][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:34,211][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:34,211][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,212][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,212][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,212][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,214][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,215][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,217][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,218][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,219][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:31:34,219][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:31:34,219][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:31:34,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:34,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:34,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:31:34,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:31:34,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,301][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:34,366][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,366][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,366][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,367][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:34,367][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,368][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,368][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,368][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:34,369][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,370][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,370][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,370][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:34,371][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,371][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,372][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,372][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:31:34,372][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:31:34,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:31:34,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:31:34,378][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:31:34,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:31:34,499][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:31:34,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:34,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:34,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:31:34,610][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:31:34,611][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:31:34,615][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:31:34,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:34,725][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:31:34,725][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:31:34,726][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:31:34,726][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:31:34,727][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:31:34,727][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:31:34,727][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:31:34,800][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:31:34,801][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:31:34,802][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:31:34,803][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:31:34,803][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:31:34,804][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:31:34,805][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:31:34,805][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:31:34,805][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:31:34,806][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:31:34,806][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:31:34,806][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:31:34,807][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:31:34,807][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:31:34,807][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:31:34,808][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:31:34,808][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:31:34,809][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:31:34,809][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:31:34,809][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:31:34,810][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:31:34,810][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:31:34,810][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:31:34,811][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:31:34,811][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:31:34,811][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:31:34,811][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:31:34,812][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:31:34,812][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:31:34,812][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:31:34,813][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:31:34,813][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:31:34,813][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:31:34,814][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:31:34,814][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:31:34,814][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:31:34,814][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:31:34,815][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:31:34,815][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:31:34,815][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:31:34,815][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:31:34,816][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:31:34,817][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:31:34,817][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:31:34,818][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,818][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:31:34,818][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:31:34,819][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,819][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:31:34,819][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:31:34,820][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,821][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:31:34,821][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:31:34,822][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:31:34,822][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:31:34,822][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:31:34,823][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:31:34,824][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:31:34,824][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:31:34,825][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:31:34,826][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:31:34,826][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:31:34,826][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:31:34,827][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:31:34,827][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:31:34,828][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:31:34,828][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:31:34,828][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:31:34,829][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,829][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:31:34,830][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:31:34,830][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:31:34,831][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:31:34,831][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:31:34,832][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:31:34,833][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:31:34,833][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:31:34,834][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:31:34,834][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:31:34,834][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:31:34,835][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:31:34,835][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:31:34,836][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:31:34,836][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:31:34,837][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:31:34,837][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:31:34,838][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:31:34,838][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:31:34,838][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:31:34,839][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:31:34,840][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:31:34,840][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:31:34,841][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:31:34,842][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:31:34,842][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:31:34,843][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:31:34,843][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:31:34,843][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:31:34,844][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:31:34,845][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:31:34,845][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:31:34,846][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,846][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:31:34,846][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:31:34,847][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:31:34,848][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:31:34,848][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:31:34,849][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:31:34,850][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:31:34,850][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:31:34,852][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,852][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:31:34,852][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:31:34,854][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,854][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:31:34,855][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:31:34,856][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:31:34,857][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:31:34,857][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:31:34,858][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,858][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:31:34,858][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:31:34,859][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:31:34,859][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:31:34,860][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:31:34,860][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:31:34,861][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:31:34,861][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:31:34,862][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:31:34,863][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:31:34,863][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:31:34,864][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:31:34,864][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:31:34,865][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:31:34,866][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:31:34,867][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:31:34,867][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:31:34,869][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:31:34,870][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:31:34,870][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:31:34,871][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,872][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:31:34,872][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:31:34,873][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:31:34,874][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:31:34,874][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:31:34,876][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:31:34,877][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:31:34,877][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:31:34,878][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:31:34,879][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:31:34,879][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:31:34,880][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:31:34,881][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,882][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,883][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,883][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,883][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,884][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,884][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,884][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,885][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,886][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,886][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,888][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,889][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,890][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,891][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,893][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,893][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,894][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,894][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,895][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,896][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,897][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,898][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,900][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,901][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,902][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,905][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,907][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,907][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,908][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,910][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,911][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,911][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,913][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,913][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,914][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,915][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,916][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:31:34,953][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:31:35,788][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:31:35,831][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:31:35,863][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:31:35,890][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:31:35,941][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:31:35,971][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:31:36,043][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:31:36,084][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:31:36,117][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:31:36,146][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:31:36,173][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:31:36,313][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:31:36,356][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:31:36,389][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:31:36,441][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:31:36,496][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:31:36,519][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:31:36,584][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:31:36,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,585][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,591][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,604][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:31:36,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:31:36,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:31:36,605][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:36,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:31:36,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:36,606][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,607][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:36,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:36,608][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:31:36,609][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:31:36,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:36,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:36,610][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:31:36,611][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:31:36,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:36,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:36,612][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:31:36,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:36,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:31:36,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:31:36,615][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,616][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:31:36,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:31:36,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:31:36,617][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:36,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:36,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:36,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:36,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,628][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:31:36,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:31:36,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,643][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:31:36,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:31:36,652][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,664][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:31:36,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:31:36,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,665][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,678][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,692][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,698][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:31:36,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:31:36,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,699][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,707][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:31:36,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:31:36,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:31:36,711][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:31:36,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:36,713][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:36,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,717][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:36,718][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:36,728][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,729][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@3126a494] -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,739][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,747][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:31:36,747][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:31:36,747][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:31:36,748][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:31:36,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,749][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:31:36,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:36,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,753][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,758][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:36,758][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:31:36,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,770][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:36,770][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:31:36,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:31:36,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,775][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,776][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,785][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:31:36,785][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,787][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,787][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@16b772db] -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,796][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:31:36,796][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,801][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:31:36,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:36,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,808][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,808][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@3d62a997] -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,815][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:31:36,815][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,815][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:31:36,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:36,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,820][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:31:36,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,821][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,822][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@34882718] -[DEBUG][2015-09-22 17:31:36,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:31:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:31:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:31:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,829][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:31:36,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:31:36,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:31:36,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,837][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,837][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@1547cbc9] -[DEBUG][2015-09-22 17:31:36,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:31:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:31:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:31:36,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,851][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:31:36,852][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:31:36,852][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,852][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:31:36,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,860][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,860][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:31:36,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:31:36,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,888][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,889][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,889][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@3e888183] -[DEBUG][2015-09-22 17:31:36,895][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:31:36,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:31:36,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:31:36,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,896][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,899][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:31:36,899][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:31:36,899][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,899][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:31:36,900][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:36,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,901][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,905][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:36,905][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:31:36,907][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:36,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,909][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,912][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,913][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,913][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@4641e51b] -[DEBUG][2015-09-22 17:31:36,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:31:36,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:31:36,916][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:31:36,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,921][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,922][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,923][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:31:36,924][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@39484118] -[DEBUG][2015-09-22 17:31:36,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:31:36,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:31:36,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:31:36,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,929][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:31:36,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,931][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:31:36,931][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,932][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,933][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,933][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@49a01787] -[DEBUG][2015-09-22 17:31:36,935][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:31:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:31:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:31:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,936][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,939][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,943][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,943][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@5105457d] -[DEBUG][2015-09-22 17:31:36,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:31:36,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:31:36,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:31:36,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,950][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:31:36,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,950][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:31:36,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:36,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,957][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:31:36,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,958][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,958][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@71811179] -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,964][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:31:36,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,964][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:31:36,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:36,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,967][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,968][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,968][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@64dc803f] -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:31:36,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:31:36,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,986][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:31:36,986][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:31:36,987][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:36,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,991][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:31:36,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:36,992][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:36,993][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:31:36,993][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@12f51e5b] -[DEBUG][2015-09-22 17:31:36,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:31:36,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:31:36,999][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:31:37,000][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:31:37,001][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:31:37,002][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:31:37,003][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:31:37,006][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@68d0db31] -[DEBUG][2015-09-22 17:31:37,007][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:31:37,009][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:37,012][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:31:37,012][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:31:37,013][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:31:37,014][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:37,015][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@2e8da86e testClass = orderTest, testInstance = com.changyu.test.orderTest@562ce5a2, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:31:37,015][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:37,023][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:31:37,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:31:37,024][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:31:37,024][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:31:37,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:31:37,025][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:31:37,025][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:31:37,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:31:37,026][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:31:37,026][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:31:37,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:31:37,027][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:31:37,028][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:31:37,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:31:37,029][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:31:37,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:37,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:37,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:31:37,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:31:37,038][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:37,172][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:31:37,174][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] for JDBC transaction -[DEBUG][2015-09-22 17:31:37,179][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] to manual commit -[DEBUG][2015-09-22 17:31:37,245][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:31:37,250][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@100155e7] -[DEBUG][2015-09-22 17:31:37,257][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] will be managed by Spring -[DEBUG][2015-09-22 17:31:37,263][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:31:37,367][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188965548801440400103925(String) -[DEBUG][2015-09-22 17:31:37,392][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 0 -[DEBUG][2015-09-22 17:31:37,392][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:31:37,392][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@100155e7] -[DEBUG][2015-09-22 17:31:37,393][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:31:37,393][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] -[DEBUG][2015-09-22 17:31:37,455][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@100155e7] -[DEBUG][2015-09-22 17:31:37,455][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@100155e7] -[DEBUG][2015-09-22 17:31:37,471][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] after transaction -[DEBUG][2015-09-22 17:31:37,472][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:31:37,473][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:31:37,473][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e3468b1] -[DEBUG][2015-09-22 17:31:37,474][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:31:37,475][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:31:37,475][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] will be managed by Spring -[DEBUG][2015-09-22 17:31:37,475][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id from orders where together_id=? -[DEBUG][2015-09-22 17:31:37,478][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188965548801440400103925(String) -[DEBUG][2015-09-22 17:31:37,512][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 0 -[DEBUG][2015-09-22 17:31:37,512][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:31:37,513][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e3468b1] -[DEBUG][2015-09-22 17:31:37,513][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e3468b1] -[DEBUG][2015-09-22 17:31:37,513][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:31:37,514][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:31:37,514][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66f85196] -[DEBUG][2015-09-22 17:31:37,514][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:31:37,515][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:31:37,515][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] will be managed by Spring -[DEBUG][2015-09-22 17:31:37,515][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]==> Preparing: select campus_id from orders where together_id=? limit 1 -[DEBUG][2015-09-22 17:31:37,537][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]==> Parameters: 188965548801440400103925(String) -[DEBUG][2015-09-22 17:31:37,555][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]<== Total: 0 -[DEBUG][2015-09-22 17:31:37,555][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:31:37,556][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66f85196] -[DEBUG][2015-09-22 17:31:37,556][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@66f85196] -[DEBUG][2015-09-22 17:31:37,556][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:31:37,557][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@2e8da86e testClass = orderTest, testInstance = com.changyu.test.orderTest@562ce5a2, testMethod = testWebHooks@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:31:37,557][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:31:37,558][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@2e8da86e testClass = orderTest, testInstance = com.changyu.test.orderTest@562ce5a2, testMethod = testWebHooks@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:31:37,558][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37c3a1bc] -[DEBUG][2015-09-22 17:31:37,560][com.changyu.foryou.mapper.UsersMapper]Cache Hit Ratio [com.changyu.foryou.mapper.UsersMapper]: 0.0 -[DEBUG][2015-09-22 17:31:37,560][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:31:37,560][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:31:37,560][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@744e4cf6] will be managed by Spring -[DEBUG][2015-09-22 17:31:37,561][com.changyu.foryou.mapper.UsersMapper.getAllSuperAdminPhone]==> Preparing: select phone from users where type=0 and campus_id=? -[DEBUG][2015-09-22 17:31:37,561][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@2e8da86e testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-09-22 17:31:37,562][com.changyu.foryou.mapper.UsersMapper.getAllSuperAdminPhone]==> Parameters: null -[INFO][2015-09-22 17:31:37,563][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:31:33 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:31:37,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:31:37,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:31:37,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:31:37,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:31:37,564][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:31:37,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:31:37,565][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-09-22 17:31:37,566][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:36:00,397][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:36:00,437][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@690de239 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:36:00,439][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,441][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:36:00,477][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,478][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,479][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,479][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,481][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,482][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,484][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,485][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:00,488][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:36:00,489][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:00,642][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:00,644][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:00,645][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:00,646][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:00,654][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:00,654][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:00,654][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:00,655][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:36:00,665][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:36:00,692][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:36:00,724][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:36:00,730][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:36:00,732][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:36:00,798][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:36:00,807][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:36:00,818][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:36:00,837][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:36:00,889][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:36:00,890][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:36:00,896][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:36:00,931][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:36:00,931][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:36:00,936][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:36:00,954][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,957][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,959][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,960][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,961][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,963][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,966][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,966][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,967][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,968][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,969][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,970][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,975][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:36:00,979][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:36:00,979][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:36:00,982][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:36:00,984][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:36:01,015][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:36:01,020][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:36:01,028][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:36:01,037][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:36:01,038][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:36:01,045][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:36:01,093][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:36:01,096][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:36:01 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:36:01,097][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@fe11c0e: org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:36:01,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:01,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:01,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:01,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:01,298][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,299][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,299][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,300][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,302][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:36:01,302][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:36:01,309][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:36:01,311][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:36:01,312][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:36:01,313][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:36:01,314][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:36:01,315][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:36:01,315][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:36:01,316][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:36:01,316][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:36:01,317][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:36:01,318][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:36:01,318][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:36:01,319][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:36:01,319][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:36:01,320][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:36:01,321][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:36:01,322][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:36:01,322][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:36:01,323][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:36:01,330][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,333][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,334][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,335][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,336][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,336][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:36:01,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:36:01,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:36:01,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:36:01,358][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:36:01,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,367][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,368][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:36:01,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:36:01,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:36:01,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,406][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:36:01,411][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@61c2eee6] -[DEBUG][2015-09-22 17:36:01,414][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7e1907d1] -[INFO][2015-09-22 17:36:01,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:36:01,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:36:01,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:36:01,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:36:01,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,471][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,471][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,472][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,472][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,473][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,473][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,473][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,474][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,474][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,475][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,475][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,475][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,478][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,478][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,478][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,479][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,481][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,481][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,481][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,481][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:36:01,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,724][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,734][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,741][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,741][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,750][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,750][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,752][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,779][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,788][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,788][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,799][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,802][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,803][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:01,804][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,805][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,805][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,805][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,806][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:01,807][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,808][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,808][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,808][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,808][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,809][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,810][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,811][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,814][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,815][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,816][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,817][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,818][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,820][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,821][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:36:01,823][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:36:01,823][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,824][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,825][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,826][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,827][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,828][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,831][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,832][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,833][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,833][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,833][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,834][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,836][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:01,841][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:01,841][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,842][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,842][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,842][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,842][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,843][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,845][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,845][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:36:01,847][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:36:01,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,848][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,849][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:36:01,850][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:01,851][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:01,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,861][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:36:01,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:36:01,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:01,862][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:01,926][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:01,971][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,971][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,971][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,971][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,972][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,972][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,972][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,973][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,973][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,973][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,974][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,974][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,974][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,975][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,975][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,975][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:01,976][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:01,976][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,976][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:01,977][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:36:01,982][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:36:02,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:36:02,111][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:36:02,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:02,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:02,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:02,112][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:02,286][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:36:02,288][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:36:02,288][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:36:02,291][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:36:02,295][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:02,429][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:36:02,429][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:36:02,430][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:36:02,431][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:36:02,432][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:36:02,432][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:36:02,432][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:36:02,489][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:36:02,489][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:36:02,490][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:36:02,490][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:36:02,490][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:36:02,491][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:36:02,491][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:36:02,491][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:36:02,492][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:36:02,492][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:36:02,493][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:36:02,493][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:36:02,493][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:36:02,494][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:36:02,494][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:36:02,494][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:36:02,495][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:36:02,495][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:36:02,495][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:36:02,496][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:36:02,497][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:36:02,498][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:36:02,498][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:36:02,498][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:36:02,499][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:36:02,500][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:36:02,501][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:36:02,503][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:36:02,504][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:36:02,505][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:36:02,506][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:36:02,506][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:36:02,507][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:36:02,507][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:36:02,507][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:36:02,508][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:36:02,508][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:36:02,508][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:36:02,509][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:36:02,509][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:36:02,509][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:36:02,511][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:36:02,512][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:36:02,512][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:36:02,513][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,513][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:36:02,513][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:36:02,514][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,515][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:36:02,515][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:36:02,515][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,516][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:36:02,516][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:36:02,517][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:36:02,518][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:36:02,518][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:36:02,519][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:36:02,519][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:36:02,519][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:36:02,520][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:36:02,521][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:36:02,521][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:36:02,522][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:36:02,523][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:36:02,523][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:36:02,524][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:36:02,524][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:36:02,524][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:36:02,525][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,526][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:36:02,526][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:36:02,527][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:36:02,527][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:36:02,527][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:36:02,530][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:36:02,530][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:36:02,531][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:36:02,532][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:36:02,532][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:36:02,532][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:36:02,533][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:36:02,534][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:36:02,534][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:36:02,535][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:36:02,535][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:36:02,536][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:36:02,536][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:36:02,537][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:36:02,538][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:36:02,539][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:36:02,540][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:36:02,540][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:36:02,541][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:36:02,542][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:36:02,542][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:36:02,544][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:36:02,545][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:36:02,546][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:36:02,547][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:36:02,548][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:36:02,548][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:36:02,549][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,550][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:36:02,551][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:36:02,552][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:36:02,552][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:36:02,553][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:36:02,554][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:36:02,556][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:36:02,556][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:36:02,557][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,559][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:36:02,559][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:36:02,560][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,561][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:36:02,561][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:36:02,562][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:36:02,562][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:36:02,562][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:36:02,563][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,564][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:36:02,564][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:36:02,565][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:36:02,565][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:36:02,565][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:36:02,566][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:36:02,567][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:36:02,567][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:36:02,569][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:36:02,569][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:36:02,570][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:36:02,573][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:36:02,574][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:36:02,575][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:36:02,576][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:36:02,578][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:36:02,578][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:36:02,580][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:36:02,580][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:36:02,581][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:36:02,582][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,583][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:36:02,583][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:36:02,584][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:36:02,585][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:36:02,585][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:36:02,587][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:36:02,588][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:36:02,588][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:36:02,590][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:36:02,590][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:36:02,590][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:36:02,592][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:36:02,593][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,594][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,595][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,595][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,595][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,596][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,597][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,598][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,599][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,600][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,601][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,602][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,603][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,606][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,606][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,607][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,608][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,609][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,610][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,611][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,612][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,613][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,614][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,615][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,616][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,617][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,617][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,618][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,619][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,620][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,621][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,622][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,624][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,625][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,626][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,627][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:36:02,660][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:36:04,275][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:36:04,323][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:36:04,365][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:36:04,397][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:36:04,439][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:36:04,465][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:36:04,539][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:36:04,573][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:36:04,607][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:36:04,641][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:36:04,665][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:36:04,771][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:36:04,794][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:36:04,819][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:36:04,847][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:36:04,897][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:36:04,916][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:36:05,003][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:36:05,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,004][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,012][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,013][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:36:05,023][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:36:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:05,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,026][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:36:05,027][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:36:05,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:36:05,028][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:36:05,029][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:05,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:05,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,030][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,031][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:36:05,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:36:05,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,032][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,033][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,034][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:36:05,035][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:36:05,036][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,038][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:36:05,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:36:05,039][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,040][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,041][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,057][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:36:05,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:36:05,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,073][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:36:05,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,076][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,078][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:36:05,082][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:36:05,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,083][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,090][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:36:05,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:36:05,095][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,096][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:36:05,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:36:05,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,108][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:36:05,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,109][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:36:05,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,157][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,159][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@2e781d9e] -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:36:05,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:36:05,173][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:36:05,174][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:36:05,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,174][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:36:05,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,178][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,186][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,186][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:36:05,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,187][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,187][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:36:05,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,196][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,196][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:36:05,197][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:36:05,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,199][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,209][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,210][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,210][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@32e8310d] -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,220][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,221][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:36:05,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,227][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:36:05,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:05,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,234][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,234][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@3993f896] -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,240][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:36:05,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,240][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:36:05,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,244][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,244][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,245][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,245][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,245][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@7ef4e077] -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,248][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,251][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:36:05,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,251][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:36:05,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:36:05,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,256][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:36:05,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,258][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,258][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@357fe851] -[DEBUG][2015-09-22 17:36:05,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:36:05,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:36:05,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:36:05,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:36:05,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:36:05,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,274][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:36:05,275][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:36:05,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,284][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,303][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:36:05,303][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:36:05,303][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,305][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,308][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,309][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,309][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@37a06d64] -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,315][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,318][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:36:05,318][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:36:05,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,318][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:36:05,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,324][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,324][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:36:05,327][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,332][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,333][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,333][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@5e7a92ad] -[DEBUG][2015-09-22 17:36:05,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:36:05,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:36:05,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:36:05,335][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,336][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,340][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,340][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:36:05,341][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@1faa05dd] -[DEBUG][2015-09-22 17:36:05,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:36:05,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:36:05,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:36:05,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,346][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:36:05,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,348][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:36:05,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,348][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,349][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,349][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@3e522509] -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,354][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,357][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,357][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@3f1cf257] -[DEBUG][2015-09-22 17:36:05,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:36:05,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:36:05,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:36:05,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,360][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,362][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:36:05,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,363][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:36:05,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,368][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,369][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,369][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@50eb8271] -[DEBUG][2015-09-22 17:36:05,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:36:05,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:36:05,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:36:05,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,374][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,376][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:36:05,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,376][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:36:05,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,379][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,380][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,380][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@36f8008d] -[DEBUG][2015-09-22 17:36:05,382][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:36:05,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:36:05,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:36:05,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,383][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,387][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:36:05,388][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:36:05,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:05,388][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:36:05,388][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:36:05,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,400][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:36:05,400][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:36:05,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,407][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,409][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:36:05,410][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@283627bd] -[DEBUG][2015-09-22 17:36:05,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:36:05,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:36:05,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:36:05,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:36:05,418][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:36:05,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:36:05,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:36:05,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:36:05,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:36:05,424][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@574f9db7] -[DEBUG][2015-09-22 17:36:05,425][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:36:05,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:05,429][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:36:05,430][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:36:05,430][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:36:05,431][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:05,432][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@32502055 testClass = orderTest, testInstance = com.changyu.test.orderTest@2a7ac641, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:36:05,432][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:05,439][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:36:05,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:36:05,440][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:36:05,440][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:36:05,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:36:05,441][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:36:05,441][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:36:05,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:36:05,442][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:36:05,442][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:36:05,444][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:36:05,444][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:36:05,444][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:36:05,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:36:05,446][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:36:05,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:36:05,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:36:05,454][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:05,582][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:36:05,585][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] for JDBC transaction -[DEBUG][2015-09-22 17:36:05,591][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] to manual commit -[DEBUG][2015-09-22 17:36:05,720][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:36:05,730][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f8d28e7] -[DEBUG][2015-09-22 17:36:05,742][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] will be managed by Spring -[DEBUG][2015-09-22 17:36:05,752][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:36:05,866][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188609025631439951094000(String) -[DEBUG][2015-09-22 17:36:05,978][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 1 -[DEBUG][2015-09-22 17:36:05,978][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:36:05,978][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f8d28e7] -[DEBUG][2015-09-22 17:36:05,978][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:36:05,979][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] -[DEBUG][2015-09-22 17:36:06,064][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f8d28e7] -[DEBUG][2015-09-22 17:36:06,065][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4f8d28e7] -[DEBUG][2015-09-22 17:36:06,164][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] after transaction -[DEBUG][2015-09-22 17:36:06,165][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:36:06,166][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:36:06,166][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78cbe299] -[DEBUG][2015-09-22 17:36:06,167][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:36:06,168][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:36:06,169][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] will be managed by Spring -[DEBUG][2015-09-22 17:36:06,169][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id from orders where together_id=? -[DEBUG][2015-09-22 17:36:06,171][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:36:06,264][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:36:06,265][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:36:06,266][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78cbe299] -[DEBUG][2015-09-22 17:36:06,266][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78cbe299] -[DEBUG][2015-09-22 17:36:06,266][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:36:06,266][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:36:06,267][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6be42bcf] -[DEBUG][2015-09-22 17:36:06,268][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:36:06,268][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:36:06,268][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@34ebd0be] will be managed by Spring -[DEBUG][2015-09-22 17:36:06,268][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-09-22 17:36:06,271][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: null, null, 20603(Long), 1(Integer) -[DEBUG][2015-09-22 17:36:06,321][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:36:06,336][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,336][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,336][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,337][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,337][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,337][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,338][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,339][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:36:06,339][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] -[DEBUG][2015-09-22 17:36:06,340][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:36:06,343][org.springframework.beans.factory.xml.BeansDtdResolver]Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd -[DEBUG][2015-09-22 17:36:06,352][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:36:06,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'DB2' -[DEBUG][2015-09-22 17:36:06,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:36:06,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'DB2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,370][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,370][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,371][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,371][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,373][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,374][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,375][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,375][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,375][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,376][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,376][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,376][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:36:06,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Derby' -[DEBUG][2015-09-22 17:36:06,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:36:06,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Derby' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,379][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,379][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,379][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,380][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,380][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,380][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,380][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,381][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,381][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,381][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,381][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,382][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,383][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,383][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,383][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,383][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:36:06,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'H2' -[DEBUG][2015-09-22 17:36:06,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'H2' -[DEBUG][2015-09-22 17:36:06,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'H2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,385][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,385][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,385][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,385][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,386][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,386][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,386][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,386][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,387][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,387][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,387][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,387][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,388][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,388][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,389][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,390][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'H2' -[DEBUG][2015-09-22 17:36:06,391][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'HSQL' -[DEBUG][2015-09-22 17:36:06,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:36:06,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'HSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,392][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,393][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,394][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,395][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,396][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,396][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,396][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:36:06,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Informix' -[DEBUG][2015-09-22 17:36:06,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:36:06,397][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Informix' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,397][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,397][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,397][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,398][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,399][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,400][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:36:06,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MS-SQL' -[DEBUG][2015-09-22 17:36:06,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:36:06,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,402][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,402][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,402][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,402][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,403][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,403][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,404][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,404][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,404][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,404][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,405][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,405][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,405][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,406][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,406][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,406][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,406][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,407][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,407][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,407][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:36:06,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MySQL' -[DEBUG][2015-09-22 17:36:06,408][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:36:06,409][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MySQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,409][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,409][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,409][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,410][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,410][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,410][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,411][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,412][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,412][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,412][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,412][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,413][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,413][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,413][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,413][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:36:06,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Oracle' -[DEBUG][2015-09-22 17:36:06,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:36:06,414][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Oracle' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,414][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,415][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,415][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,415][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,416][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,417][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,418][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,419][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,419][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,419][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:36:06,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'PostgreSQL' -[DEBUG][2015-09-22 17:36:06,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:36:06,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,422][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,422][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,422][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,422][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,423][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,423][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,423][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,423][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,424][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,424][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,424][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,424][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,425][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,426][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,426][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:36:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Sybase' -[DEBUG][2015-09-22 17:36:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Sybase' -[DEBUG][2015-09-22 17:36:06,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Sybase' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:36:06,427][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,427][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,428][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,429][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,430][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,430][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:36:06,430][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,430][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:36:06,431][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:36:06,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Sybase' -[INFO][2015-09-22 17:36:06,432][org.springframework.jdbc.support.SQLErrorCodesFactory]SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase] -[DEBUG][2015-09-22 17:36:06,432][org.springframework.jdbc.support.SQLErrorCodesFactory]Looking up default SQLErrorCodes for DataSource [{ - CreateTime:"2015-09-22 17:36:01", - ActiveCount:1, - PoolingCount:0, - CreateCount:1, - DestroyCount:0, - CloseCount:3, - ConnectCount:4, - Connections:[ - ] -} - -[ -]] -[DEBUG][2015-09-22 17:36:06,436][org.springframework.jdbc.support.SQLErrorCodesFactory]Database product name cached for DataSource [com.alibaba.druid.pool.DruidDataSource@7ed8e54c]: name is 'MySQL' -[DEBUG][2015-09-22 17:36:06,438][org.springframework.jdbc.support.SQLErrorCodesFactory]SQL error codes for 'MySQL' found -[DEBUG][2015-09-22 17:36:06,439][org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator]Unable to translate SQLException with Error code '1048', will now try the fallback translator -[DEBUG][2015-09-22 17:36:06,440][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6be42bcf] -[DEBUG][2015-09-22 17:36:06,441][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-09-22 17:36:06,441][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6be42bcf] -[DEBUG][2015-09-22 17:36:06,441][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:36:06,442][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@32502055 testClass = orderTest, testInstance = com.changyu.test.orderTest@2a7ac641, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:36:06,442][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@32502055 testClass = orderTest, testInstance = com.changyu.test.orderTest@2a7ac641, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:36:06,448][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@32502055 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 17:36:06,453][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:36:01 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:36:06,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:36:06,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:36:06,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:36:06,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:36:06,456][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:36:06,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:36:06,457][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 17:36:06,458][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 17:36:06,458][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[DEBUG][2015-09-22 17:36:06,458][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} exit cache -[INFO][2015-09-22 17:36:06,461][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:39:22,107][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:39:22,148][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@e7f4211 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:39:22,151][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,153][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:39:22,191][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,191][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,193][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,193][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,194][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,194][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,197][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,197][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:22,200][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:39:22,201][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:22,360][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:22,361][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:22,363][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:22,363][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:22,370][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:22,370][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:22,370][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:22,370][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:39:22,382][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:39:22,406][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:39:22,438][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:39:22,443][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:39:22,446][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:39:22,513][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:39:22,524][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:39:22,538][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:39:22,555][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:39:22,608][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:39:22,609][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:39:22,615][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:39:22,651][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:39:22,651][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:39:22,656][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:39:22,672][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,674][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,677][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,678][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,679][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,681][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,682][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,683][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,684][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,685][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,686][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,687][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,692][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:39:22,697][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:39:22,697][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:39:22,700][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:39:22,702][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:39:22,726][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:39:22,729][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:39:22,737][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:39:22,748][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:39:22,749][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:39:22,756][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:39:22,804][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:39:22,808][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@3f8e347: startup date [Tue Sep 22 17:39:22 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:39:22,809][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@3f8e347: org.springframework.beans.factory.support.DefaultListableBeanFactory@437ef115: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:39:22,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:39:22,866][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:39:22,887][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:22,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:39:22,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:22,891][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:22,892][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:22,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:22,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:23,005][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,005][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,006][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,006][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,008][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:39:23,009][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:39:23,013][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:39:23,017][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:39:23,018][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:39:23,019][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:39:23,020][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:39:23,021][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:39:23,022][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:39:23,024][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:39:23,025][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:39:23,025][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:39:23,026][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:39:23,027][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:39:23,028][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:39:23,029][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:39:23,031][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:39:23,031][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:39:23,033][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:39:23,034][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:39:23,035][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:39:23,038][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,040][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,041][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:39:23,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:39:23,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:39:23,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:39:23,061][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:39:23,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,073][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,079][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,080][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:39:23,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:39:23,081][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:39:23,093][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,104][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:39:23,112][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2a9b74df] -[DEBUG][2015-09-22 17:39:23,114][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1007ce08] -[INFO][2015-09-22 17:39:23,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@437ef115: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:39:23,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:39:23,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:39:23,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:39:23,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:39:23,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,167][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,167][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,167][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,167][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,169][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,169][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,169][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,170][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,170][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,171][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,171][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,171][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,174][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,174][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,175][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,175][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,176][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,176][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,177][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,177][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,403][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:39:23,404][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,415][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:23,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:23,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,436][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,436][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,444][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,472][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:39:23,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:23,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:23,479][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,479][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,488][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,489][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,491][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,492][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,492][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,494][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,497][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,498][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,499][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:23,501][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:23,502][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,502][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,502][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,504][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:39:23,505][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:39:23,506][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,506][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,506][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,506][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,508][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,509][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,510][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,511][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,513][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:39:23,515][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,516][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,516][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,518][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:23,520][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,521][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,521][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,522][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,523][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:23,526][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,528][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,529][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,529][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,530][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,531][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,534][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,537][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,539][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,540][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:39:23,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:39:23,544][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:23,545][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:23,546][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:23,548][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:39:23,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:39:23,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,556][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,625][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:23,675][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,675][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,675][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,675][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,676][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,676][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,676][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,676][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,677][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,678][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,678][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,678][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:23,678][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:23,679][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,679][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:23,679][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:39:23,683][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:39:23,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:39:23,800][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:39:23,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:23,801][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:23,917][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:39:23,918][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:39:23,918][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:39:23,922][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:39:23,924][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:24,028][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:39:24,028][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:39:24,029][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:39:24,030][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:39:24,030][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:39:24,031][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:39:24,031][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:39:24,092][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:39:24,093][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:39:24,093][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:39:24,094][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:39:24,094][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:39:24,095][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:39:24,095][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:39:24,096][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:39:24,096][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:39:24,097][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:39:24,097][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:39:24,098][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:39:24,098][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:39:24,099][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:39:24,099][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:39:24,099][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:39:24,100][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:39:24,100][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:39:24,100][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:39:24,101][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:39:24,101][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:39:24,101][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:39:24,102][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:39:24,102][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:39:24,103][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:39:24,103][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:39:24,103][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:39:24,104][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:39:24,105][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:39:24,105][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:39:24,106][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:39:24,106][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:39:24,106][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:39:24,106][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:39:24,107][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:39:24,107][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:39:24,107][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:39:24,108][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:39:24,108][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:39:24,108][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:39:24,108][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:39:24,109][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:39:24,110][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:39:24,110][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:39:24,111][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,112][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:39:24,112][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:39:24,112][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,113][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:39:24,113][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:39:24,114][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,114][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:39:24,114][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:39:24,115][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:39:24,116][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:39:24,116][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:39:24,116][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:39:24,117][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:39:24,117][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:39:24,118][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:39:24,118][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:39:24,118][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:39:24,119][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:39:24,120][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:39:24,120][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:39:24,121][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:39:24,122][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:39:24,122][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:39:24,123][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,124][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:39:24,124][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:39:24,125][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:39:24,125][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:39:24,126][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:39:24,127][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:39:24,128][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:39:24,128][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:39:24,129][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:39:24,130][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:39:24,130][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:39:24,131][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:39:24,132][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:39:24,132][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:39:24,134][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:39:24,134][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:39:24,135][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:39:24,136][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:39:24,137][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:39:24,137][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:39:24,138][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:39:24,139][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:39:24,139][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:39:24,141][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:39:24,142][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:39:24,142][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:39:24,143][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:39:24,144][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:39:24,144][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:39:24,145][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:39:24,146][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:39:24,146][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:39:24,147][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,147][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:39:24,147][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:39:24,149][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:39:24,150][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:39:24,150][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:39:24,151][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:39:24,152][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:39:24,152][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:39:24,153][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,153][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:39:24,153][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:39:24,154][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,155][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:39:24,155][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:39:24,156][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:39:24,157][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:39:24,157][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:39:24,158][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,158][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:39:24,158][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:39:24,159][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:39:24,160][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:39:24,160][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:39:24,160][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:39:24,161][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:39:24,161][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:39:24,162][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:39:24,163][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:39:24,163][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:39:24,163][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:39:24,164][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:39:24,165][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:39:24,166][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:39:24,167][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:39:24,167][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:39:24,168][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:39:24,169][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:39:24,169][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:39:24,170][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,170][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:39:24,171][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:39:24,172][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:39:24,173][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:39:24,173][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:39:24,173][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:39:24,174][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:39:24,174][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:39:24,175][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:39:24,175][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:39:24,176][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:39:24,176][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:39:24,177][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,178][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,179][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,179][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,179][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,180][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,180][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,180][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,181][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,181][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,182][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,183][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,185][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,186][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,187][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,188][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,189][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,189][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,190][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,191][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,192][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,193][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,193][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,194][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,195][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,196][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,197][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,198][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,198][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,199][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,200][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,200][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,201][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,202][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,203][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,204][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,205][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,205][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:39:24,231][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:39:25,382][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:39:25,431][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:39:25,471][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:39:25,503][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:39:25,540][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:39:25,568][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:39:25,641][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:39:25,680][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:39:25,712][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:39:25,740][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:39:25,770][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:39:25,880][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:39:25,906][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:39:25,931][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:39:25,972][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:39:26,021][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:39:26,049][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:39:26,119][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:39:26,120][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,121][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:39:26,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:39:26,142][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,144][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,146][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:26,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:26,147][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,149][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:39:26,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:39:26,150][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:26,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:26,152][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:39:26,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,154][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,157][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,158][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:39:26,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:39:26,160][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:39:26,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:39:26,163][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,165][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:39:26,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,180][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:39:26,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:39:26,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,200][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:39:26,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,203][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:39:26,212][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:39:26,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,213][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,218][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:39:26,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:39:26,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:39:26,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:39:26,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,227][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,233][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:39:26,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,234][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:39:26,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,236][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,240][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,253][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,255][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@17d3676a] -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,264][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,272][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:39:26,272][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:39:26,272][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:39:26,273][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:39:26,273][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,273][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:39:26,274][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,281][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,281][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:39:26,282][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,285][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,294][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,295][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:39:26,296][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,296][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,296][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:39:26,297][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:39:26,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,300][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,308][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:39:26,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,309][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,310][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,310][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@4fe087e7] -[DEBUG][2015-09-22 17:39:26,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:39:26,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:39:26,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:39:26,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,320][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:39:26,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,325][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:39:26,326][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:26,328][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,329][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,334][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,334][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@77037265] -[DEBUG][2015-09-22 17:39:26,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:39:26,338][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:39:26,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:39:26,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,339][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,343][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:39:26,343][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,344][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:39:26,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,346][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,347][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,348][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,348][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@3b1f1f5] -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,351][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,354][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:39:26,355][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,356][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:39:26,357][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:39:26,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,362][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:39:26,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,362][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,363][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,363][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,363][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@4d62193b] -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,366][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,374][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:39:26,375][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:39:26,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,375][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:39:26,376][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,378][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,382][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,383][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:39:26,384][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:39:26,390][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,393][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,416][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,416][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@62982862] -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,427][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,430][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:39:26,430][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:39:26,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,430][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:39:26,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,434][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,435][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:39:26,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,440][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,441][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@238f5df3] -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,443][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,446][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:39:26,446][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@170fb67e] -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,450][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:39:26,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,453][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,453][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@43ff9c06] -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,458][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,460][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,461][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,461][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@b91e781] -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,463][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,466][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:39:26,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,466][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:39:26,467][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,474][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,474][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@238be9f2] -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,481][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:39:26,482][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,482][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:39:26,483][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,484][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,487][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,487][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@df92811] -[DEBUG][2015-09-22 17:39:26,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:39:26,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:39:26,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:39:26,489][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,490][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,494][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:39:26,494][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:39:26,494][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:26,495][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:39:26,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,496][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,499][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,499][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:39:26,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:39:26,502][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,520][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:39:26,520][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,521][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,522][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:39:26,522][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@551346c4] -[DEBUG][2015-09-22 17:39:26,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:39:26,532][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:39:26,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,533][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,534][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:39:26,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:39:26,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:39:26,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:39:26,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:39:26,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:39:26,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:39:26,541][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@19ba71a9] -[DEBUG][2015-09-22 17:39:26,542][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:39:26,547][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:26,554][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:39:26,554][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:39:26,556][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:39:26,557][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:26,558][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@4be9246f testClass = orderTest, testInstance = com.changyu.test.orderTest@37571a58, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:39:26,558][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:26,562][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:39:26,562][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:39:26,563][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:39:26,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:39:26,564][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:39:26,564][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:39:26,564][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:39:26,565][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:39:26,565][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:39:26,565][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:39:26,565][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:39:26,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:39:26,566][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:39:26,571][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:26,673][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:39:26,675][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] for JDBC transaction -[DEBUG][2015-09-22 17:39:26,681][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] to manual commit -[DEBUG][2015-09-22 17:39:27,253][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:39:27,267][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@347b4030] -[DEBUG][2015-09-22 17:39:27,283][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] will be managed by Spring -[DEBUG][2015-09-22 17:39:27,290][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:39:27,399][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188609025631439951094000(String) -[DEBUG][2015-09-22 17:39:27,658][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 1 -[DEBUG][2015-09-22 17:39:27,659][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:39:27,660][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@347b4030] -[DEBUG][2015-09-22 17:39:27,660][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:39:27,661][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] -[DEBUG][2015-09-22 17:39:27,890][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@347b4030] -[DEBUG][2015-09-22 17:39:27,891][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@347b4030] -[DEBUG][2015-09-22 17:39:28,053][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] after transaction -[DEBUG][2015-09-22 17:39:28,055][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:39:28,058][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:39:28,059][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@378577ad] -[DEBUG][2015-09-22 17:39:28,063][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:39:28,064][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:39:28,066][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] will be managed by Spring -[DEBUG][2015-09-22 17:39:28,066][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id from orders where together_id=? -[DEBUG][2015-09-22 17:39:28,074][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:39:28,190][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:39:28,191][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:39:28,192][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@378577ad] -[DEBUG][2015-09-22 17:39:28,192][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@378577ad] -[DEBUG][2015-09-22 17:39:28,192][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-09-22 17:39:28,311][com.changyu.test.orderTest][{"campusId":1,"foodId":20603,"orderId":1439469107}] -[DEBUG][2015-09-22 17:39:28,312][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:39:28,312][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@552e705] -[DEBUG][2015-09-22 17:39:28,313][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:39:28,313][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:39:28,313][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@356eb442] will be managed by Spring -[DEBUG][2015-09-22 17:39:28,313][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-09-22 17:39:28,316][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: null, null, 20603(Long), 1(Integer) -[DEBUG][2015-09-22 17:39:28,404][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:39:28,414][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,414][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,415][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,415][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,415][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,416][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,416][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,416][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:39:28,416][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] -[DEBUG][2015-09-22 17:39:28,418][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:39:28,420][org.springframework.beans.factory.xml.BeansDtdResolver]Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd -[DEBUG][2015-09-22 17:39:28,429][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:39:28,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'DB2' -[DEBUG][2015-09-22 17:39:28,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:39:28,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'DB2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,444][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,445][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,446][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,447][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,447][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:39:28,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Derby' -[DEBUG][2015-09-22 17:39:28,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:39:28,448][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Derby' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,448][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,448][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,449][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,450][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,451][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:39:28,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'H2' -[DEBUG][2015-09-22 17:39:28,452][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'H2' -[DEBUG][2015-09-22 17:39:28,453][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'H2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,453][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,453][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,453][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,453][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,454][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,454][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,454][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,454][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,455][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,456][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,456][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,456][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,456][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'H2' -[DEBUG][2015-09-22 17:39:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'HSQL' -[DEBUG][2015-09-22 17:39:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:39:28,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'HSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,458][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,459][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,460][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,461][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:39:28,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Informix' -[DEBUG][2015-09-22 17:39:28,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:39:28,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Informix' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,462][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,463][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,463][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,463][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,463][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,464][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,465][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,465][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:39:28,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MS-SQL' -[DEBUG][2015-09-22 17:39:28,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:39:28,466][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,466][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,466][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,466][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,466][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,467][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,468][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,469][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,469][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,469][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,469][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:39:28,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MySQL' -[DEBUG][2015-09-22 17:39:28,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:39:28,470][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MySQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,471][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,471][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,471][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,472][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,473][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,474][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:39:28,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Oracle' -[DEBUG][2015-09-22 17:39:28,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:39:28,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Oracle' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,476][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,477][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,478][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,479][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,479][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:39:28,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'PostgreSQL' -[DEBUG][2015-09-22 17:39:28,480][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:39:28,481][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,481][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,482][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,483][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,484][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,485][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,485][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:39:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Sybase' -[DEBUG][2015-09-22 17:39:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Sybase' -[DEBUG][2015-09-22 17:39:28,486][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Sybase' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:39:28,486][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,486][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,486][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,487][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,488][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,489][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,489][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,489][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:39:28,489][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,490][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:39:28,490][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:39:28,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Sybase' -[INFO][2015-09-22 17:39:28,491][org.springframework.jdbc.support.SQLErrorCodesFactory]SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase] -[DEBUG][2015-09-22 17:39:28,492][org.springframework.jdbc.support.SQLErrorCodesFactory]Looking up default SQLErrorCodes for DataSource [{ - CreateTime:"2015-09-22 17:39:23", - ActiveCount:1, - PoolingCount:0, - CreateCount:1, - DestroyCount:0, - CloseCount:3, - ConnectCount:4, - Connections:[ - ] -} - -[ -]] -[DEBUG][2015-09-22 17:39:28,496][org.springframework.jdbc.support.SQLErrorCodesFactory]Database product name cached for DataSource [com.alibaba.druid.pool.DruidDataSource@4d2e434b]: name is 'MySQL' -[DEBUG][2015-09-22 17:39:28,498][org.springframework.jdbc.support.SQLErrorCodesFactory]SQL error codes for 'MySQL' found -[DEBUG][2015-09-22 17:39:28,498][org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator]Unable to translate SQLException with Error code '1048', will now try the fallback translator -[DEBUG][2015-09-22 17:39:28,499][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@552e705] -[DEBUG][2015-09-22 17:39:28,500][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-09-22 17:39:28,500][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@552e705] -[DEBUG][2015-09-22 17:39:28,500][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:39:28,501][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@4be9246f testClass = orderTest, testInstance = com.changyu.test.orderTest@37571a58, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:39:28,502][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@4be9246f testClass = orderTest, testInstance = com.changyu.test.orderTest@37571a58, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:39:28,511][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@4be9246f testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4cdc5b6a testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 17:39:28,513][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@3f8e347: startup date [Tue Sep 22 17:39:22 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:39:28,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:39:28,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:39:28,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@437ef115: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:39:28,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:39:28,516][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:39:28,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:39:28,517][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 17:39:28,517][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 17:39:28,517][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[DEBUG][2015-09-22 17:39:28,518][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} exit cache -[INFO][2015-09-22 17:39:28,520][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:52:06,688][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:52:06,729][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@3eeec5b4 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:52:06,732][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,734][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:52:06,774][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,775][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,778][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,778][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,780][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,780][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,784][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,784][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:52:06,787][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:52:06,788][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:52:06,922][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:06,925][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:06,926][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:06,927][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:06,934][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:06,934][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:06,935][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:06,935][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:52:06,950][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:52:06,981][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:52:07,028][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:52:07,038][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:52:07,042][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:52:07,112][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:52:07,121][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:52:07,133][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:52:07,157][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:52:07,213][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:52:07,213][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:52:07,219][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:52:07,260][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:52:07,260][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:52:07,264][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:52:07,276][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,279][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,281][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,282][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,283][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,285][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,288][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,288][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,289][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,291][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,292][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,293][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,299][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:52:07,305][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:52:07,306][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:52:07,310][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:52:07,313][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:52:07,349][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:52:07,355][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:52:07,365][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:52:07,378][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:52:07,379][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:52:07,387][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:52:07,431][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:52:07,436][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@23cf68e9: startup date [Tue Sep 22 17:52:07 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:52:07,437][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@23cf68e9: org.springframework.beans.factory.support.DefaultListableBeanFactory@9a3da81: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:52:07,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,512][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,514][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:07,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:07,515][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:07,550][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:07,629][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,630][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,630][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,630][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,633][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:52:07,633][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:52:07,639][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:52:07,640][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:52:07,641][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:52:07,642][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:52:07,642][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:52:07,644][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:52:07,646][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:52:07,647][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:52:07,648][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:52:07,649][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:52:07,650][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:52:07,652][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:52:07,653][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:52:07,654][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:52:07,656][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:52:07,657][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:52:07,658][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:52:07,659][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:52:07,660][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:52:07,664][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,667][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,667][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,667][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,668][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,669][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:52:07,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:52:07,677][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:52:07,679][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,691][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:52:07,692][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:52:07,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,703][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,705][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,709][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:52:07,714][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:52:07,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:52:07,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:52:07,715][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:52:07,729][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,743][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:52:07,746][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3d47dde] -[DEBUG][2015-09-22 17:52:07,748][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7173dbe5] -[INFO][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9a3da81: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:52:07,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:52:07,760][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:52:07,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,766][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,778][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:52:07,787][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:52:07,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:07,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:07,788][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:07,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:52:07,789][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,803][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,803][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,803][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,803][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,804][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,804][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,804][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,804][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,805][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,805][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,805][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,805][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,809][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,809][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,809][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,810][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,812][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:07,812][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,812][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:07,813][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:07,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:07,822][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,043][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:52:08,044][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,055][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:52:08,066][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:52:08,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,066][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:52:08,066][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:08,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:08,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,067][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,073][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,074][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,074][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,082][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,082][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,084][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,105][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:52:08,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,115][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,116][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,116][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,116][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,117][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,130][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,131][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,132][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,133][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,136][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,137][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,138][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,139][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,140][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,140][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,143][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,144][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,145][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,146][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,147][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,148][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,149][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,150][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,152][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,153][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,153][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,153][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:08,155][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,156][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,156][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:52:08,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,159][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,160][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,161][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,162][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,162][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,162][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,164][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,165][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,165][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,166][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,167][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,168][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,169][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,169][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,172][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,173][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,174][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,175][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,176][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,177][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,178][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,178][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,180][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,181][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,183][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:52:08,184][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:52:08,185][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:52:08,186][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,187][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,188][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:52:08,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:08,191][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:08,194][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:52:08,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:52:08,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,201][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:08,322][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,325][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,325][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,332][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:08,333][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,334][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,334][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,334][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:08,335][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,336][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,336][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,337][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:08,338][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,339][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,340][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,341][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:52:08,342][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:52:08,343][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,343][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:52:08,343][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:52:08,348][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:52:08,375][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:52:08,494][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:52:08,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:08,495][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:08,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:52:08,622][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:52:08,623][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:52:08,628][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:52:08,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:08,780][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:52:08,780][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:52:08,781][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:52:08,782][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:52:08,783][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:52:08,783][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:52:08,783][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:52:08,879][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:52:08,880][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:52:08,880][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:52:08,881][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:52:08,881][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:52:08,881][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:52:08,882][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:52:08,882][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:52:08,883][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:52:08,883][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:52:08,884][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:52:08,884][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:52:08,884][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:52:08,885][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:52:08,885][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:52:08,885][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:52:08,886][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:52:08,887][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:52:08,887][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:52:08,887][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:52:08,888][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:52:08,888][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:52:08,889][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:52:08,889][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:52:08,889][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:52:08,890][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:52:08,891][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:52:08,892][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:52:08,893][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:52:08,893][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:52:08,894][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:52:08,894][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:52:08,895][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:52:08,895][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:52:08,896][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:52:08,896][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:52:08,897][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:52:08,897][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:52:08,898][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:52:08,898][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:52:08,898][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:52:08,900][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:52:08,901][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:52:08,901][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:52:08,904][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,905][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:52:08,905][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:52:08,908][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,909][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:52:08,909][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:52:08,911][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,912][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:52:08,912][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:52:08,914][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:52:08,915][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:52:08,915][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:52:08,917][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:52:08,918][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:52:08,918][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:52:08,920][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:52:08,921][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:52:08,921][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:52:08,922][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:52:08,923][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:52:08,923][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:52:08,925][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:52:08,926][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:52:08,926][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:52:08,928][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,928][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:52:08,929][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:52:08,930][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:52:08,931][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:52:08,932][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:52:08,934][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:52:08,935][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:52:08,935][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:52:08,937][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:52:08,939][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:52:08,940][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:52:08,941][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:52:08,942][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:52:08,943][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:52:08,944][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:52:08,945][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:52:08,945][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:52:08,947][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:52:08,948][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:52:08,948][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:52:08,949][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:52:08,950][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:52:08,950][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:52:08,951][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:52:08,952][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:52:08,952][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:52:08,953][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:52:08,954][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:52:08,954][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:52:08,955][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:52:08,955][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:52:08,956][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:52:08,957][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,958][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:52:08,958][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:52:08,960][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:52:08,960][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:52:08,960][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:52:08,962][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:52:08,962][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:52:08,963][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:52:08,964][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,965][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:52:08,965][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:52:08,966][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,967][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:52:08,967][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:52:08,968][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:52:08,969][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:52:08,969][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:52:08,970][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,971][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:52:08,971][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:52:08,972][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:52:08,973][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:52:08,974][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:52:08,975][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:52:08,976][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:52:08,977][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:52:08,978][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:52:08,978][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:52:08,979][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:52:08,980][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:52:08,980][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:52:08,981][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:52:08,984][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:52:08,985][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:52:08,985][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:52:08,987][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:52:08,988][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:52:08,988][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:52:08,989][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,990][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:52:08,990][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:52:08,991][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:52:08,992][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:52:08,993][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:52:08,994][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:52:08,994][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:52:08,995][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:52:08,996][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:52:08,996][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:52:08,996][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:52:08,997][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:52:08,998][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:08,999][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,000][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,000][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,000][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,001][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,001][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,001][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,003][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,004][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,005][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,006][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,007][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,007][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,008][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,010][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,010][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,011][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,012][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,013][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,014][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,015][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,016][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,017][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,018][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,019][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,021][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,023][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,023][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,024][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,025][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,027][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,028][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,029][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,030][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,031][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,032][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,033][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:52:09,094][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:52:10,222][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:52:10,275][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:52:10,320][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:52:10,360][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:52:10,398][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:52:10,427][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:52:10,498][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:52:10,541][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:52:10,576][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:52:10,608][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:52:10,636][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:52:10,752][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:52:10,776][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:52:10,800][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:52:10,841][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:52:10,894][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:52:10,914][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:52:11,010][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:52:11,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,014][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,015][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,024][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,025][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:52:11,046][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:52:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,047][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,048][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,049][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:11,050][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:11,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,051][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,052][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:52:11,053][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:52:11,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,054][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:52:11,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:52:11,055][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:11,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:11,056][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,058][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:52:11,059][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:52:11,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,060][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,061][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,062][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,063][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:52:11,064][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:52:11,065][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:52:11,069][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:52:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,070][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,072][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,077][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,096][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:52:11,097][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:52:11,100][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,101][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,112][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:52:11,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,113][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,114][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,118][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,122][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,127][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:52:11,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:52:11,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,141][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,142][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:52:11,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:52:11,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,146][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,153][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,153][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,154][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,155][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,155][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,155][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:52:11,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,155][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:52:11,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,158][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,161][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,164][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,174][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,176][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@5d94043f] -[DEBUG][2015-09-22 17:52:11,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:52:11,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:52:11,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:52:11,181][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,182][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:52:11,189][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,190][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:52:11,190][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,193][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,199][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,200][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:52:11,200][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,202][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,206][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,206][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:52:11,207][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,207][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,207][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:52:11,208][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:52:11,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,210][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,220][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:52:11,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,221][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,222][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,222][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@62622e46] -[DEBUG][2015-09-22 17:52:11,230][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:52:11,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:52:11,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:52:11,231][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,232][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,232][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:52:11,233][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,237][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:52:11,237][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:11,238][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,239][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,242][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,243][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,243][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,243][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@7071d556] -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,246][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,249][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:52:11,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,249][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:52:11,250][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,251][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,253][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,254][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,254][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@27c46cd5] -[DEBUG][2015-09-22 17:52:11,256][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:52:11,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:52:11,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:52:11,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,257][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,260][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:52:11,260][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,261][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:52:11,261][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:52:11,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,262][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,263][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,265][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,266][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,267][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@6867a240] -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,269][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,277][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:52:11,277][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:52:11,277][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,277][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:52:11,279][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:52:11,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,287][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,305][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:52:11,306][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:52:11,306][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,307][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,308][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,310][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,311][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,311][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@4820fe6] -[DEBUG][2015-09-22 17:52:11,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:52:11,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:52:11,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:52:11,317][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,318][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,321][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:52:11,321][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:52:11,321][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,322][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:52:11,322][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,324][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,329][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,329][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:52:11,331][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,333][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,334][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,337][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,338][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,339][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@3b3e0204] -[DEBUG][2015-09-22 17:52:11,341][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,345][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:52:11,345][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@1f39b7bb] -[DEBUG][2015-09-22 17:52:11,347][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:52:11,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:52:11,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:52:11,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,348][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,349][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:52:11,350][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,352][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,353][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,353][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@7067ba82] -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,356][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,359][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,361][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,362][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,362][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@4f999620] -[DEBUG][2015-09-22 17:52:11,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:52:11,364][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:52:11,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:52:11,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,365][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,368][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:52:11,369][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,369][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:52:11,370][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,373][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,377][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,378][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,378][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@199afbc3] -[DEBUG][2015-09-22 17:52:11,415][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:52:11,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:52:11,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:52:11,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,416][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,419][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:52:11,419][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,419][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:52:11,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,420][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,421][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,422][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,422][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,423][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,423][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,424][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@2f935b72] -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,426][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,432][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:52:11,432][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:52:11,432][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:52:11,432][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:52:11,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,436][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,436][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:52:11,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:52:11,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,449][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,450][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:52:11,451][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@6ed7c445] -[DEBUG][2015-09-22 17:52:11,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:52:11,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:52:11,454][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:52:11,455][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:52:11,456][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:52:11,457][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:52:11,459][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@17fa56ce] -[DEBUG][2015-09-22 17:52:11,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:52:11,461][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:52:11,463][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:52:11,463][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:52:11,463][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:52:11,464][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:52:11,464][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@1c6d6d59 testClass = orderTest, testInstance = com.changyu.test.orderTest@5425fca3, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:52:11,465][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:52:11,471][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:52:11,472][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:52:11,472][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:52:11,472][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:52:11,473][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:52:11,473][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:52:11,473][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:52:11,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:52:11,474][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:52:11,474][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:52:11,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:52:11,475][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:52:11,475][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:52:11,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:52:11,476][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:52:11,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:52:11,478][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:52:11,485][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:52:20,861][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:52:20,865][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] for JDBC transaction -[DEBUG][2015-09-22 17:52:20,879][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] to manual commit -[DEBUG][2015-09-22 17:52:20,912][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:52:20,924][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a9dab64] -[DEBUG][2015-09-22 17:52:20,939][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] will be managed by Spring -[DEBUG][2015-09-22 17:52:20,992][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:52:21,418][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188609025631439951094000(String) -[DEBUG][2015-09-22 17:52:21,440][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 1 -[DEBUG][2015-09-22 17:52:21,440][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:52:21,441][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a9dab64] -[DEBUG][2015-09-22 17:52:21,441][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:52:21,442][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] -[DEBUG][2015-09-22 17:52:21,474][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a9dab64] -[DEBUG][2015-09-22 17:52:21,475][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a9dab64] -[DEBUG][2015-09-22 17:52:21,513][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] after transaction -[DEBUG][2015-09-22 17:52:21,515][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:52:23,816][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:52:23,818][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419ae17d] -[DEBUG][2015-09-22 17:52:23,832][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:52:23,833][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:52:23,836][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] will be managed by Spring -[DEBUG][2015-09-22 17:52:23,837][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id from orders where together_id=? -[DEBUG][2015-09-22 17:52:23,850][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:52:24,098][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:52:24,098][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:52:24,099][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419ae17d] -[DEBUG][2015-09-22 17:52:24,100][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@419ae17d] -[DEBUG][2015-09-22 17:52:24,100][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-09-22 17:52:43,276][com.changyu.test.orderTest][{"campusId":1,"foodId":20603,"orderId":1439469107}] -[DEBUG][2015-09-22 17:53:31,978][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:31,978][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13930aa0] -[DEBUG][2015-09-22 17:53:31,980][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:31,998][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:31,998][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@158cd143] will be managed by Spring -[DEBUG][2015-09-22 17:53:31,999][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-09-22 17:53:32,003][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: null, null, 20603(Long), 1(Integer) -[DEBUG][2015-09-22 17:53:32,030][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:53:32,049][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,056][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,056][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,057][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,058][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,058][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,058][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,059][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:53:32,059][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] -[DEBUG][2015-09-22 17:53:32,063][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:53:32,078][org.springframework.beans.factory.xml.BeansDtdResolver]Found beans DTD [http://www.springframework.org/dtd/spring-beans-2.0.dtd] in classpath: spring-beans-2.0.dtd -[DEBUG][2015-09-22 17:53:32,094][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:53:32,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'DB2' -[DEBUG][2015-09-22 17:53:32,110][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:53:32,111][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'DB2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,117][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,118][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,119][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,120][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,121][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,122][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,122][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'DB2' -[DEBUG][2015-09-22 17:53:32,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Derby' -[DEBUG][2015-09-22 17:53:32,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:53:32,123][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Derby' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,124][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,124][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,124][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,125][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,126][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,127][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,128][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Derby' -[DEBUG][2015-09-22 17:53:32,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'H2' -[DEBUG][2015-09-22 17:53:32,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'H2' -[DEBUG][2015-09-22 17:53:32,129][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'H2' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,129][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,130][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,130][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,130][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,131][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,131][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,131][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,131][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,132][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,132][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,132][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,132][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,133][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,134][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,134][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,134][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,134][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'H2' -[DEBUG][2015-09-22 17:53:32,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'HSQL' -[DEBUG][2015-09-22 17:53:32,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:53:32,135][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'HSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,135][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,135][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,135][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,136][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,136][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,137][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,138][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,139][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,139][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,139][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,139][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'HSQL' -[DEBUG][2015-09-22 17:53:32,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Informix' -[DEBUG][2015-09-22 17:53:32,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:53:32,140][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Informix' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,141][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,141][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,141][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,142][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,143][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,144][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,145][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Informix' -[DEBUG][2015-09-22 17:53:32,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MS-SQL' -[DEBUG][2015-09-22 17:53:32,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:53:32,145][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MS-SQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,146][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,146][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,146][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,146][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,147][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,148][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,148][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,148][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,148][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,149][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,150][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,150][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MS-SQL' -[DEBUG][2015-09-22 17:53:32,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'MySQL' -[DEBUG][2015-09-22 17:53:32,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:53:32,151][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'MySQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,152][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,152][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,152][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,152][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,153][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,154][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,155][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'MySQL' -[DEBUG][2015-09-22 17:53:32,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Oracle' -[DEBUG][2015-09-22 17:53:32,156][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:53:32,157][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Oracle' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,157][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,158][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,158][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,158][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,159][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,160][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,161][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,161][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,161][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,162][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,162][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Oracle' -[DEBUG][2015-09-22 17:53:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'PostgreSQL' -[DEBUG][2015-09-22 17:53:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:53:32,163][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'PostgreSQL' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,164][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,164][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,165][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,165][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,165][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,165][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,166][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,167][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,168][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,168][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,168][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,168][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,169][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,169][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,169][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,169][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,170][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'PostgreSQL' -[DEBUG][2015-09-22 17:53:32,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'Sybase' -[DEBUG][2015-09-22 17:53:32,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'Sybase' -[DEBUG][2015-09-22 17:53:32,171][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'Sybase' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:32,171][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,172][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,173][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,173][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,173][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,174][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,174][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,174][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,175][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,175][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,175][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,176][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,177][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:32,177][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,177][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:32,178][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:32,179][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'Sybase' -[INFO][2015-09-22 17:53:32,179][org.springframework.jdbc.support.SQLErrorCodesFactory]SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase] -[DEBUG][2015-09-22 17:53:32,180][org.springframework.jdbc.support.SQLErrorCodesFactory]Looking up default SQLErrorCodes for DataSource [{ - CreateTime:"2015-09-22 17:52:08", - ActiveCount:1, - PoolingCount:0, - CreateCount:1, - DestroyCount:0, - CloseCount:3, - ConnectCount:4, - Connections:[ - ] -} - -[ -]] -[DEBUG][2015-09-22 17:53:32,186][org.springframework.jdbc.support.SQLErrorCodesFactory]Database product name cached for DataSource [com.alibaba.druid.pool.DruidDataSource@caca6c9]: name is 'MySQL' -[DEBUG][2015-09-22 17:53:32,188][org.springframework.jdbc.support.SQLErrorCodesFactory]SQL error codes for 'MySQL' found -[DEBUG][2015-09-22 17:53:32,188][org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator]Unable to translate SQLException with Error code '1048', will now try the fallback translator -[DEBUG][2015-09-22 17:53:32,193][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13930aa0] -[DEBUG][2015-09-22 17:53:32,194][org.springframework.jdbc.datasource.DataSourceTransactionManager]Should roll back transaction but cannot - no transaction available -[DEBUG][2015-09-22 17:53:32,194][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@13930aa0] -[DEBUG][2015-09-22 17:53:32,194][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:53:32,196][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@1c6d6d59 testClass = orderTest, testInstance = com.changyu.test.orderTest@5425fca3, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:53:32,197][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@1c6d6d59 testClass = orderTest, testInstance = com.changyu.test.orderTest@5425fca3, testMethod = testWebHooks@orderTest, testException = org.springframework.dao.DataIntegrityViolationException: -### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null -; SQL []; Column 'food_count' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'food_count' cannot be null, mergedContextConfiguration = [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:32,209][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@1c6d6d59 testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@19a93a4 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[INFO][2015-09-22 17:53:32,222][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@23cf68e9: startup date [Tue Sep 22 17:52:07 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:53:32,222][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:32,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:53:32,223][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9a3da81: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:53:32,224][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:32,225][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:32,226][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:53:32,227][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[DEBUG][2015-09-22 17:53:32,228][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} exit cache -[DEBUG][2015-09-22 17:53:32,230][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} exit cache -[DEBUG][2015-09-22 17:53:32,230][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} exit cache -[INFO][2015-09-22 17:53:32,233][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed -[DEBUG][2015-09-22 17:53:41,534][org.springframework.test.context.junit4.SpringJUnit4ClassRunner]SpringJUnit4ClassRunner constructor called with [class com.changyu.test.orderTest]. -[DEBUG][2015-09-22 17:53:41,575][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@690de239 declaringClass = 'com.changyu.test.orderTest', locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, contextLoaderClass = 'org.springframework.test.context.ContextLoader']. -[DEBUG][2015-09-22 17:53:41,578][org.springframework.test.context.ContextLoaderUtils]Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,580][org.springframework.test.context.TestContextManager]@TestExecutionListeners is not present for class [class com.changyu.test.orderTest]: using defaults. -[DEBUG][2015-09-22 17:53:41,616][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,616][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,618][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,619][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,619][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,620][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,622][org.springframework.test.annotation.ProfileValueUtils]Retrieved @ProfileValueSourceConfiguration [null] for test class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,623][org.springframework.test.annotation.ProfileValueUtils]Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:41,628][org.springframework.test.context.support.AbstractDelegatingSmartContextLoader]Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']. -[DEBUG][2015-09-22 17:53:41,628][org.springframework.test.context.support.AbstractGenericContextLoader]Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:41,758][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:41,760][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:41,762][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:41,762][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:41,771][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:41,771][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:41,771][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:41,772][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[INFO][2015-09-22 17:53:41,785][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring.xml] -[DEBUG][2015-09-22 17:53:41,811][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:53:41,855][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loading schema mappings from [META-INF/spring.schemas] -[DEBUG][2015-09-22 17:53:41,863][org.springframework.beans.factory.xml.PluggableSchemaResolver]Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd} -[DEBUG][2015-09-22 17:53:41,879][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:53:41,949][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd -[DEBUG][2015-09-22 17:53:41,963][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:53:41,977][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:53:41,994][org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver]Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler} -[DEBUG][2015-09-22 17:53:42,046][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] -[DEBUG][2015-09-22 17:53:42,047][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/service/**/*.class] -[DEBUG][2015-09-22 17:53:42,052][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/service/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\CampusService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\FoodService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\HotSearchService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\KeyService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\NewsService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\OrderService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PackageService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PayService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PreferentialService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\PushService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\ReceiverService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\SellerService.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\service\UserService.class]] -[DEBUG][2015-09-22 17:53:42,086][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] -[DEBUG][2015-09-22 17:53:42,087][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/serviceImpl/**/*.class] -[DEBUG][2015-09-22 17:53:42,091][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/serviceImpl/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class]] -[DEBUG][2015-09-22 17:53:42,103][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\CampusServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,106][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\FoodServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,109][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\HotSearchServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,110][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\KeyServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,112][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\NewsServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,115][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\OrderServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,118][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PackageServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,119][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PayServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,120][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PreferentialServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,121][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\PushServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,123][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\ReceiverServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,125][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\SellerServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,129][org.springframework.context.annotation.ClassPathBeanDefinitionScanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\serviceImpl\UserServiceImpl.class] -[DEBUG][2015-09-22 17:53:42,134][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 18 bean definitions from location pattern [classpath:spring.xml] -[INFO][2015-09-22 17:53:42,134][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loading XML bean definitions from class path resource [spring-mybatis.xml] -[DEBUG][2015-09-22 17:53:42,137][org.springframework.beans.factory.xml.DefaultDocumentLoader]Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] -[DEBUG][2015-09-22 17:53:42,139][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd -[DEBUG][2015-09-22 17:53:42,170][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.0.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.0.xsd -[DEBUG][2015-09-22 17:53:42,174][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd -[DEBUG][2015-09-22 17:53:42,184][org.springframework.beans.factory.xml.PluggableSchemaResolver]Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.0.xsd] in classpath: org/springframework/aop/config/spring-aop-3.0.xsd -[DEBUG][2015-09-22 17:53:42,193][org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]Loading bean definitions -[DEBUG][2015-09-22 17:53:42,194][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]No XML 'id' specified - using 'dataSource' as bean name and [] as aliases -[DEBUG][2015-09-22 17:53:42,200][org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]Neither XML 'id' nor 'name' specified - using generated bean name [org.mybatis.spring.mapper.MapperScannerConfigurer#0] -[DEBUG][2015-09-22 17:53:42,242][org.springframework.beans.factory.xml.XmlBeanDefinitionReader]Loaded 11 bean definitions from location pattern [classpath:spring-mybatis.xml] -[INFO][2015-09-22 17:53:42,245][org.springframework.context.support.GenericApplicationContext]Refreshing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:53:42 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:53:42,246][org.springframework.context.support.GenericApplicationContext]Bean factory for org.springframework.context.support.GenericApplicationContext@fe11c0e: org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1]; root of factory hierarchy -[DEBUG][2015-09-22 17:53:42,319][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,320][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,342][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,344][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:42,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:42,345][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:42,379][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:42,457][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,457][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,458][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,458][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,459][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] -[DEBUG][2015-09-22 17:53:42,460][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapper/**/*.class] -[DEBUG][2015-09-22 17:53:42,463][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath*:com/changyu/foryou/mapper/**/*.class] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class]] -[DEBUG][2015-09-22 17:53:42,464][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\AppKeyMapper.class] -[DEBUG][2015-09-22 17:53:42,465][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CampusMapper.class] -[DEBUG][2015-09-22 17:53:42,466][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\CityMapper.class] -[DEBUG][2015-09-22 17:53:42,466][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\DeliverComMapper.class] -[DEBUG][2015-09-22 17:53:42,467][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FeedbackMapper.class] -[DEBUG][2015-09-22 17:53:42,468][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCategoryMapper.class] -[DEBUG][2015-09-22 17:53:42,468][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodCommentMapper.class] -[DEBUG][2015-09-22 17:53:42,469][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodMapper.class] -[DEBUG][2015-09-22 17:53:42,469][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\FoodSpecialMapper.class] -[DEBUG][2015-09-22 17:53:42,470][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\HotSearchMapper.class] -[DEBUG][2015-09-22 17:53:42,471][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\NewsMapper.class] -[DEBUG][2015-09-22 17:53:42,472][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\OrderMapper.class] -[DEBUG][2015-09-22 17:53:42,474][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PackageOrderMapper.class] -[DEBUG][2015-09-22 17:53:42,475][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PreferentialMapper.class] -[DEBUG][2015-09-22 17:53:42,476][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\PushMessageMapper.class] -[DEBUG][2015-09-22 17:53:42,476][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\ReceiverMapper.class] -[DEBUG][2015-09-22 17:53:42,477][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\SellerMapper.class] -[DEBUG][2015-09-22 17:53:42,478][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Identified candidate component class: file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapper\UsersMapper.class] -[DEBUG][2015-09-22 17:53:42,481][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'appKeyMapper' and 'com.changyu.foryou.mapper.AppKeyMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,482][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'campusMapper' and 'com.changyu.foryou.mapper.CampusMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'cityMapper' and 'com.changyu.foryou.mapper.CityMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'deliverComMapper' and 'com.changyu.foryou.mapper.DeliverComMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'feedbackMapper' and 'com.changyu.foryou.mapper.FeedbackMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCategoryMapper' and 'com.changyu.foryou.mapper.FoodCategoryMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodCommentMapper' and 'com.changyu.foryou.mapper.FoodCommentMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodMapper' and 'com.changyu.foryou.mapper.FoodMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'foodSpecialMapper' and 'com.changyu.foryou.mapper.FoodSpecialMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'hotSearchMapper' and 'com.changyu.foryou.mapper.HotSearchMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,483][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'newsMapper' and 'com.changyu.foryou.mapper.NewsMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'orderMapper' and 'com.changyu.foryou.mapper.OrderMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'packageOrderMapper' and 'com.changyu.foryou.mapper.PackageOrderMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'preferentialMapper' and 'com.changyu.foryou.mapper.PreferentialMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'pushMessageMapper' and 'com.changyu.foryou.mapper.PushMessageMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'receiverMapper' and 'com.changyu.foryou.mapper.ReceiverMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'sellerMapper' and 'com.changyu.foryou.mapper.SellerMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,484][org.mybatis.spring.mapper.MapperScannerConfigurer$Scanner]Creating MapperFactoryBean with name 'usersMapper' and 'com.changyu.foryou.mapper.UsersMapper' mapperInterface -[DEBUG][2015-09-22 17:53:42,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:53:42,491][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:53:42,493][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,503][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[INFO][2015-09-22 17:53:42,504][org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]Loading properties file from class path resource [config.properties] -[DEBUG][2015-09-22 17:53:42,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,516][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,517][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,524][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:53:42,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:53:42,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:53:42,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:53:42,527][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:53:42,541][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.config.internalAutoProxyCreator' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,553][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:53:42,558][org.springframework.context.support.GenericApplicationContext]Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4852c063] -[DEBUG][2015-09-22 17:53:42,560][org.springframework.context.support.GenericApplicationContext]Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4ea53333] -[INFO][2015-09-22 17:53:42,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:53:42,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' -[DEBUG][2015-09-22 17:53:42,573][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:53:42,574][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:53:42,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,584][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:53:42,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionPointcut' -[DEBUG][2015-09-22 17:53:42,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,592][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:53:42,593][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,612][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,612][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,613][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,613][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,614][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,614][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,615][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,615][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,616][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,616][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,616][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,617][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,620][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,622][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,622][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,622][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,624][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:42,624][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,625][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:42,625][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:42,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-pointcut' -[DEBUG][2015-09-22 17:53:42,857][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,867][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:53:42,877][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.CampusServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': ResourceElement for private com.changyu.foryou.mapper.FoodCategoryMapper com.changyu.foryou.serviceImpl.CampusServiceImpl.foodCategoryMapper -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,878][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,884][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,885][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,885][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCategoryMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,892][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,892][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCategoryMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,894][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,919][org.apache.ibatis.logging.LogFactory]Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. -[DEBUG][2015-09-22 17:53:42,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:42,927][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'appKeyMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,928][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'appKeyMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,929][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'appKeyMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,940][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'campusMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,941][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,942][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'campusMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,943][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'cityMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'cityMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,944][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'cityMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,945][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'deliverComMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,946][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'deliverComMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,947][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'deliverComMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,948][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'feedbackMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,949][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'feedbackMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,950][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'feedbackMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,951][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCategoryMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,952][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodCommentMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,953][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodCommentMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,954][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,955][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodCommentMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:53:42,956][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:53:42,957][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,957][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,957][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,958][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,958][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,959][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'foodSpecialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,960][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'foodSpecialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,961][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'foodSpecialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:42,962][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'hotSearchMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'hotSearchMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,963][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,964][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'hotSearchMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:53:42,965][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'newsMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,966][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'newsMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'newsMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,967][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,968][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,969][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'orderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:42,970][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageOrderMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageOrderMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,971][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'packageOrderMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,972][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,973][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,974][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,975][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'preferentialMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:42,976][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushMessageMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,977][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'pushMessageMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,978][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,979][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'pushMessageMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,980][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,981][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,982][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,983][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'receiverMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,984][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:42,985][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:42,985][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,986][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,986][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,986][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,986][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,988][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'sellerMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,989][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'usersMapper' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:42,990][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory) -[DEBUG][2015-09-22 17:53:42,990][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'usersMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate) -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:42,991][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning eagerly cached instance of singleton bean 'usersMapper' that is not fully initialized yet - a consequence of a circular reference -[DEBUG][2015-09-22 17:53:42,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:42,994][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:42,998][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:43,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:53:43,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:53:43,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:43,005][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:43,071][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'dataSource' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:43,111][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,111][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,111][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,112][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:43,113][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,113][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,113][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,113][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:43,114][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,114][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,114][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,114][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[DEBUG][2015-09-22 17:53:43,115][org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment -[DEBUG][2015-09-22 17:53:43,115][org.springframework.core.env.StandardEnvironment]Adding [systemProperties] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,115][org.springframework.core.env.StandardEnvironment]Adding [systemEnvironment] PropertySource with lowest search precedence -[DEBUG][2015-09-22 17:53:43,116][org.springframework.core.env.StandardEnvironment]Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] -[ERROR][2015-09-22 17:53:43,122][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated -[DEBUG][2015-09-22 17:53:43,154][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking init method 'init' on bean with name 'dataSource' -[INFO][2015-09-22 17:53:43,244][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited -[DEBUG][2015-09-22 17:53:43,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:43,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:43,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:43,249][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:43,392][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'dataSource' -[DEBUG][2015-09-22 17:53:43,393][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Looking for matching resources in directory tree [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] -[DEBUG][2015-09-22 17:53:43,394][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Searching directory [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping] for files matching pattern [C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/mapping/*.xml] -[DEBUG][2015-09-22 17:53:43,399][org.springframework.core.io.support.PathMatchingResourcePatternResolver]Resolved location pattern [classpath:com/changyu/foryou/mapping/*.xml] to resources [file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml], file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]] -[DEBUG][2015-09-22 17:53:43,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:43,506][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VFS -[DEBUG][2015-09-22 17:53:43,506][org.apache.ibatis.io.ResolverUtil]JBoss 6 VFS API is not available in this environment. -[DEBUG][2015-09-22 17:53:43,507][org.apache.ibatis.io.ResolverUtil]Class not found: org.jboss.vfs.VirtualFile -[DEBUG][2015-09-22 17:53:43,508][org.apache.ibatis.io.ResolverUtil]VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment. -[DEBUG][2015-09-22 17:53:43,508][org.apache.ibatis.io.ResolverUtil]Using VFS adapter org.apache.ibatis.io.DefaultVFS -[DEBUG][2015-09-22 17:53:43,509][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:53:43,509][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:53:43,568][org.apache.ibatis.io.ResolverUtil]Reader entry: AppKey.class -[DEBUG][2015-09-22 17:53:43,568][org.apache.ibatis.io.ResolverUtil]Reader entry: BigOrder.class -[DEBUG][2015-09-22 17:53:43,569][org.apache.ibatis.io.ResolverUtil]Reader entry: Campus.class -[DEBUG][2015-09-22 17:53:43,569][org.apache.ibatis.io.ResolverUtil]Reader entry: CampusAdmin.class -[DEBUG][2015-09-22 17:53:43,570][org.apache.ibatis.io.ResolverUtil]Reader entry: CartGood.class -[DEBUG][2015-09-22 17:53:43,570][org.apache.ibatis.io.ResolverUtil]Reader entry: City.class -[DEBUG][2015-09-22 17:53:43,570][org.apache.ibatis.io.ResolverUtil]Reader entry: CityWithCampus.class -[DEBUG][2015-09-22 17:53:43,571][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverChildOrder.class -[DEBUG][2015-09-22 17:53:43,571][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverCom.class -[DEBUG][2015-09-22 17:53:43,571][org.apache.ibatis.io.ResolverUtil]Reader entry: DeliverOrder.class -[DEBUG][2015-09-22 17:53:43,572][org.apache.ibatis.io.ResolverUtil]Reader entry: Feedback.class -[DEBUG][2015-09-22 17:53:43,572][org.apache.ibatis.io.ResolverUtil]Reader entry: Food.class -[DEBUG][2015-09-22 17:53:43,572][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodCategory.class -[DEBUG][2015-09-22 17:53:43,574][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodComment.class -[DEBUG][2015-09-22 17:53:43,574][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecial.class -[DEBUG][2015-09-22 17:53:43,575][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodSpecialKey.class -[DEBUG][2015-09-22 17:53:43,575][org.apache.ibatis.io.ResolverUtil]Reader entry: FoodWithSales.class -[DEBUG][2015-09-22 17:53:43,575][org.apache.ibatis.io.ResolverUtil]Reader entry: HomeCategory.class -[DEBUG][2015-09-22 17:53:43,576][org.apache.ibatis.io.ResolverUtil]Reader entry: HotSearch.class -[DEBUG][2015-09-22 17:53:43,576][org.apache.ibatis.io.ResolverUtil]Reader entry: MiniOrder.class -[DEBUG][2015-09-22 17:53:43,576][org.apache.ibatis.io.ResolverUtil]Reader entry: News.class -[DEBUG][2015-09-22 17:53:43,577][org.apache.ibatis.io.ResolverUtil]Reader entry: Order.class -[DEBUG][2015-09-22 17:53:43,577][org.apache.ibatis.io.ResolverUtil]Reader entry: PackageOrder.class -[DEBUG][2015-09-22 17:53:43,578][org.apache.ibatis.io.ResolverUtil]Reader entry: PCOrder.class -[DEBUG][2015-09-22 17:53:43,578][org.apache.ibatis.io.ResolverUtil]Reader entry: Preferential.class -[DEBUG][2015-09-22 17:53:43,578][org.apache.ibatis.io.ResolverUtil]Reader entry: PushMessage.class -[DEBUG][2015-09-22 17:53:43,579][org.apache.ibatis.io.ResolverUtil]Reader entry: Receiver.class -[DEBUG][2015-09-22 17:53:43,579][org.apache.ibatis.io.ResolverUtil]Reader entry: ReceiverKey.class -[DEBUG][2015-09-22 17:53:43,579][org.apache.ibatis.io.ResolverUtil]Reader entry: Sellers.class -[DEBUG][2015-09-22 17:53:43,580][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFood.class -[DEBUG][2015-09-22 17:53:43,580][org.apache.ibatis.io.ResolverUtil]Reader entry: ShortFoodWithIm.class -[DEBUG][2015-09-22 17:53:43,581][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallNews.class -[DEBUG][2015-09-22 17:53:43,581][org.apache.ibatis.io.ResolverUtil]Reader entry: SmallOrder.class -[DEBUG][2015-09-22 17:53:43,581][org.apache.ibatis.io.ResolverUtil]Reader entry: SuperAdminOrder.class -[DEBUG][2015-09-22 17:53:43,582][org.apache.ibatis.io.ResolverUtil]Reader entry: TogetherOrder.class -[DEBUG][2015-09-22 17:53:43,582][org.apache.ibatis.io.ResolverUtil]Reader entry: TradeInfo.class -[DEBUG][2015-09-22 17:53:43,582][org.apache.ibatis.io.ResolverUtil]Reader entry: Users.class -[DEBUG][2015-09-22 17:53:43,583][org.apache.ibatis.io.ResolverUtil]Reader entry: VeryShortFood.class -[DEBUG][2015-09-22 17:53:43,583][org.apache.ibatis.io.ResolverUtil]Listing file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model -[DEBUG][2015-09-22 17:53:43,583][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:53:43,583][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/AppKey.class -[DEBUG][2015-09-22 17:53:43,584][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3#com/changyu/foryou/model/AppKeyjava/lang/ObjectkeyLjava/lang/String;secrect()VCode -[DEBUG][2015-09-22 17:53:43,584][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:53:43,585][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/BigOrder.class -[DEBUG][2015-09-22 17:53:43,585][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3G!com/changyu/foryou/model/BigOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,586][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:53:43,586][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Campus.class -[DEBUG][2015-09-22 17:53:43,587][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Ocom/changyu/foryou/model/Campusjava/lang/ObjectcampusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,587][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:53:43,587][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CampusAdmin.class -[DEBUG][2015-09-22 17:53:43,588][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:$com/changyu/foryou/model/CampusAdminjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,588][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:53:43,588][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CartGood.class -[DEBUG][2015-09-22 17:53:43,589][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3e!com/changyu/foryou/model/CartGoodjava/lang/ObjectorderIdLjava/lang/Long;nameLjava/lang/String;phonestatusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:53:43,590][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:53:43,590][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/City.class -[DEBUG][2015-09-22 17:53:43,591][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&com/changyu/foryou/model/Cityjava/lang/ObjectcityIdLjava/lang/Integer;cityNameLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:53:43,592][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:53:43,592][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/CityWithCampus.class -[DEBUG][2015-09-22 17:53:43,593][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'com/changyu/foryou/model/CityWithCampuscom/changyu/foryou/model/CitycampusesLjava/util/ArrayList; Signature8Ljava/util/ArrayList;()VCode -[DEBUG][2015-09-22 17:53:43,594][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:53:43,594][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverChildOrder.class -[DEBUG][2015-09-22 17:53:43,595][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:*com/changyu/foryou/model/DeliverChildOrderjava/lang/ObjectfoodNameLjava/lang/String;statusLjava/lang/Short;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:53:43,596][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:53:43,596][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverCom.class -[DEBUG][2015-09-22 17:53:43,597][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&#com/changyu/foryou/model/DeliverComjava/lang/Object deliverIdLjava/lang/Integer;categoryLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:53:43,597][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:53:43,597][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/DeliverOrder.class -[DEBUG][2015-09-22 17:53:43,598][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3[%com/changyu/foryou/model/DeliverOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,599][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:53:43,599][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Feedback.class -[DEBUG][2015-09-22 17:53:43,600][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3:!com/changyu/foryou/model/Feedbackjava/lang/ObjectphoneIdLjava/lang/String; -[DEBUG][2015-09-22 17:53:43,600][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:53:43,600][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Food.class -[DEBUG][2015-09-22 17:53:43,602][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Foodjava/lang/ObjectfoodIdLjava/lang/Long;nameLjava/lang/String;priceLjava/lang/Float; -[DEBUG][2015-09-22 17:53:43,602][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:53:43,603][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodCategory.class -[DEBUG][2015-09-22 17:53:43,603][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3T%com/changyu/foryou/model/FoodCategoryjava/lang/Object -[DEBUG][2015-09-22 17:53:43,604][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:53:43,604][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodComment.class -[DEBUG][2015-09-22 17:53:43,605][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3f$com/changyu/foryou/model/FoodCommentjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;commentLjava/lang/String;foodNamedateLjava/util/Date;gradeLjava/lang/Short;imgUrlnickNamephonetagisHidden -[DEBUG][2015-09-22 17:53:43,606][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:53:43,607][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecial.class -[DEBUG][2015-09-22 17:53:43,608][org.apache.ibatis.io.ResolverUtil]Reader entry: ����30$com/changyu/foryou/model/FoodSpecial'com/changyu/foryou/model/FoodSpecialKeynameLjava/lang/String; foodCountLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:53:43,608][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:53:43,608][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodSpecialKey.class -[DEBUG][2015-09-22 17:53:43,609][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!'com/changyu/foryou/model/FoodSpecialKeyjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer; specialId()VCode -[DEBUG][2015-09-22 17:53:43,610][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:53:43,610][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/FoodWithSales.class -[DEBUG][2015-09-22 17:53:43,611][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3(&com/changyu/foryou/model/FoodWithSalesjava/lang/ObjectfoodIdLjava/lang/Long;foodNameLjava/lang/String;salesLjava/lang/Integer;()VCode -[DEBUG][2015-09-22 17:53:43,611][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:53:43,611][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HomeCategory.class -[DEBUG][2015-09-22 17:53:43,612][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3%%com/changyu/foryou/model/HomeCategoryjava/lang/Object -[DEBUG][2015-09-22 17:53:43,613][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:53:43,613][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/HotSearch.class -[DEBUG][2015-09-22 17:53:43,614][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@"com/changyu/foryou/model/HotSearchjava/lang/ObjecthotIdLjava/lang/Integer; displayNameLjava/lang/String; searchTag -[DEBUG][2015-09-22 17:53:43,614][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:53:43,614][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/MiniOrder.class -[DEBUG][2015-09-22 17:53:43,615][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3 "com/changyu/foryou/model/MiniOrderjava/lang/ObjectstatusLjava/lang/Short; -[DEBUG][2015-09-22 17:53:43,616][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:53:43,616][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/News.class -[DEBUG][2015-09-22 17:53:43,618][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3@com/changyu/foryou/model/Newsjava/lang/ObjectnewsIdLjava/lang/Long;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,618][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:53:43,619][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Order.class -[DEBUG][2015-09-22 17:53:43,620][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�com/changyu/foryou/model/Orderjava/lang/ObjectorderIdLjava/lang/Long;campusIdLjava/lang/Integer;phoneLjava/lang/String; -[DEBUG][2015-09-22 17:53:43,621][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:53:43,621][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PackageOrder.class -[DEBUG][2015-09-22 17:53:43,622][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3{%com/changyu/foryou/model/PackageOrderjava/lang/Object packageIdLjava/lang/String;phoneId -[DEBUG][2015-09-22 17:53:43,623][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:53:43,623][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PCOrder.class -[DEBUG][2015-09-22 17:53:43,626][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3` com/changyu/foryou/model/PCOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,626][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:53:43,627][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Preferential.class -[DEBUG][2015-09-22 17:53:43,628][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3'%com/changyu/foryou/model/Preferentialjava/lang/ObjectpreferentialIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,629][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:53:43,629][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/PushMessage.class -[DEBUG][2015-09-22 17:53:43,630][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3O$com/changyu/foryou/model/PushMessagejava/lang/ObjectpushIdLjava/lang/Integer;titleLjava/lang/String;contentpushTagalias -[DEBUG][2015-09-22 17:53:43,631][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:53:43,631][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Receiver.class -[DEBUG][2015-09-22 17:53:43,633][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B!com/changyu/foryou/model/Receiver$com/changyu/foryou/model/ReceiverKeyphoneLjava/lang/String;nameaddresstagLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,633][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:53:43,634][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ReceiverKey.class -[DEBUG][2015-09-22 17:53:43,635][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3$$com/changyu/foryou/model/ReceiverKeyjava/lang/ObjectrankLjava/lang/String;phoneId()VCode -[DEBUG][2015-09-22 17:53:43,635][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:53:43,635][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Sellers.class -[DEBUG][2015-09-22 17:53:43,637][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3; com/changyu/foryou/model/Sellersjava/lang/Object campusAdminLjava/lang/String;passwordtypeLjava/lang/Short;campusIdLjava/lang/Integer; -[DEBUG][2015-09-22 17:53:43,638][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:53:43,638][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFood.class -[DEBUG][2015-09-22 17:53:43,639][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3Q"com/changyu/foryou/model/ShortFoodjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;nameLjava/lang/String;priceLjava/lang/Float; foodCount -[DEBUG][2015-09-22 17:53:43,640][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:53:43,640][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/ShortFoodWithIm.class -[DEBUG][2015-09-22 17:53:43,642][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3-(com/changyu/foryou/model/ShortFoodWithIm"com/changyu/foryou/model/ShortFoodinfoLjava/lang/String;messagegradeLjava/lang/Float; -[DEBUG][2015-09-22 17:53:43,643][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:53:43,643][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallNews.class -[DEBUG][2015-09-22 17:53:43,644][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3&"com/changyu/foryou/model/SmallNewsjava/lang/ObjectnewsIdLjava/lang/Long;imgUrlLjava/lang/String;()VCode -[DEBUG][2015-09-22 17:53:43,645][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:53:43,646][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SmallOrder.class -[DEBUG][2015-09-22 17:53:43,647][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3�#com/changyu/foryou/model/SmallOrderjava/lang/ObjectfoodIdLjava/lang/Long;campusIdLjava/lang/Integer;orderId -[DEBUG][2015-09-22 17:53:43,648][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:53:43,649][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/SuperAdminOrder.class -[DEBUG][2015-09-22 17:53:43,650][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3K(com/changyu/foryou/model/SuperAdminOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,651][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:53:43,651][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TogetherOrder.class -[DEBUG][2015-09-22 17:53:43,654][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3B&com/changyu/foryou/model/TogetherOrderjava/lang/Object -[DEBUG][2015-09-22 17:53:43,655][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:53:43,655][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/TradeInfo.class -[DEBUG][2015-09-22 17:53:43,656][org.apache.ibatis.io.ResolverUtil]Reader entry: ����32"com/changyu/foryou/model/TradeInfojava/lang/Object -[DEBUG][2015-09-22 17:53:43,657][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:53:43,657][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/Users.class -[DEBUG][2015-09-22 17:53:43,658][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3ucom/changyu/foryou/model/Usersjava/lang/ObjectphoneLjava/lang/String;passwordtypeLjava/lang/Short;nicknameimgUrl -[DEBUG][2015-09-22 17:53:43,659][org.apache.ibatis.io.ResolverUtil]Find JAR URL: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:53:43,659][org.apache.ibatis.io.ResolverUtil]Not a JAR: file:/C:/Users/dianxia/Documents/GitHub/java_server/target/classes/com/changyu/foryou/model/VeryShortFood.class -[DEBUG][2015-09-22 17:53:43,660][org.apache.ibatis.io.ResolverUtil]Reader entry: ����3!&com/changyu/foryou/model/VeryShortFoodjava/lang/ObjectfoodIdLjava/lang/Long; -[DEBUG][2015-09-22 17:53:43,660][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.AppKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,661][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.BigOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,662][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Campus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,662][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CampusAdmin matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,662][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CartGood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.City matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.CityWithCampus matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,663][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverChildOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,664][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverCom matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,665][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.DeliverOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,666][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Feedback matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,667][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Food matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,668][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,669][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodComment matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,670][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecial matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,672][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodSpecialKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,672][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.FoodWithSales matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,673][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HomeCategory matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,673][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.HotSearch matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,674][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.MiniOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,675][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.News matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,676][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Order matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,677][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PackageOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,679][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PCOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,680][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Preferential matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,681][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.PushMessage matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,682][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Receiver matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,684][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ReceiverKey matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,684][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Sellers matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,685][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,686][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.ShortFoodWithIm matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,686][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallNews matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,687][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SmallOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,689][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.SuperAdminOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,690][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TogetherOrder matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,691][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.TradeInfo matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,692][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.Users matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,693][org.apache.ibatis.io.ResolverUtil]Checking to see if class com.changyu.foryou.model.VeryShortFood matches criteria [is assignable to Object] -[DEBUG][2015-09-22 17:53:43,721][org.mybatis.spring.SqlSessionFactoryBean]Parsed configuration file: 'class path resource [config.xml]' -[DEBUG][2015-09-22 17:53:44,595][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CampusMapper.xml]' -[DEBUG][2015-09-22 17:53:44,681][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\CityMapper.xml]' -[DEBUG][2015-09-22 17:53:44,762][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\DeliverComMapper.xml]' -[DEBUG][2015-09-22 17:53:44,786][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FeedbackMapper.xml]' -[DEBUG][2015-09-22 17:53:44,833][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCategoryMapper.xml]' -[DEBUG][2015-09-22 17:53:44,863][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodCommentMapper.xml]' -[DEBUG][2015-09-22 17:53:44,935][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodMapper.xml]' -[DEBUG][2015-09-22 17:53:44,970][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\FoodSpecialMapper.xml]' -[DEBUG][2015-09-22 17:53:45,001][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\HotSearchMapper.xml]' -[DEBUG][2015-09-22 17:53:45,030][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\KeyMapper.xml]' -[DEBUG][2015-09-22 17:53:45,055][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\NewsMapper.xml]' -[DEBUG][2015-09-22 17:53:45,169][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\OrderMapper.xml]' -[DEBUG][2015-09-22 17:53:45,194][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PackageOrderMapper.xml]' -[DEBUG][2015-09-22 17:53:45,218][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PreferentialMapper.xml]' -[DEBUG][2015-09-22 17:53:45,259][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\PushMessageMapper.xml]' -[DEBUG][2015-09-22 17:53:45,307][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\ReceiverMapper.xml]' -[DEBUG][2015-09-22 17:53:45,326][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\SellerMapper.xml]' -[DEBUG][2015-09-22 17:53:45,394][org.mybatis.spring.SqlSessionFactoryBean]Parsed mapper file: 'file [C:\Users\dianxia\Documents\GitHub\java_server\target\classes\com\changyu\foryou\mapping\UsersMapper.xml]' -[DEBUG][2015-09-22 17:53:45,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,396][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,401][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,402][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'usersMapper' -[DEBUG][2015-09-22 17:53:45,428][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'usersMapper' -[DEBUG][2015-09-22 17:53:45,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,429][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,430][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,431][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:45,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:45,433][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,434][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'orderMapper' -[DEBUG][2015-09-22 17:53:45,435][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderMapper' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'newsMapper' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'newsMapper' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,436][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,437][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodMapper' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodMapper' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,438][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,439][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,440][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,441][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'cityMapper' -[DEBUG][2015-09-22 17:53:45,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'cityMapper' -[DEBUG][2015-09-22 17:53:45,442][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'campusMapper' -[DEBUG][2015-09-22 17:53:45,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusMapper' -[DEBUG][2015-09-22 17:53:45,445][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,446][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,447][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,451][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,458][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'campusService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.CampusServiceImpl.setCampusMapper(com.changyu.foryou.mapper.CampusMapper) -[DEBUG][2015-09-22 17:53:45,459][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:53:45,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,465][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,473][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'campusService' to bean named 'campusMapper' -[DEBUG][2015-09-22 17:53:45,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,474][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,475][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,476][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,477][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,485][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionAdvice' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:53:45,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:53:45,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,500][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,513][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'transactionManager' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,518][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionManager' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,519][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,525][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionManager' -[DEBUG][2015-09-22 17:53:45,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:53:45,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,526][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,533][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [add*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,533][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [append*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [insert*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [save*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [update*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [modify*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [edit*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delete*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [remove*] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [repair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [delAndRepair] with attribute [PROPAGATION_REQUIRED,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [get*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [find*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [load*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [search*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [datagrid*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,534][org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource]Adding transactional method [*] with attribute [PROPAGATION_SUPPORTS,ISOLATION_DEFAULT] -[DEBUG][2015-09-22 17:53:45,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,535][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,536][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '(inner bean)' -[DEBUG][2015-09-22 17:53:45,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,537][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,538][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,540][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'druid-stat-interceptor' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,543][org.springframework.beans.factory.support.DefaultListableBeanFactory]Invoking afterPropertiesSet() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,544][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,552][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'campusService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,554][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.CampusServiceImpl@6491b172] -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'campusService' -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,561][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.FoodServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/foodService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,567][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodSpecialMapper(com.changyu.foryou.mapper.FoodSpecialMapper) -[DEBUG][2015-09-22 17:53:45,568][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,570][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,571][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,577][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,577][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCategoryMapper(com.changyu.foryou.mapper.FoodCategoryMapper) -[DEBUG][2015-09-22 17:53:45,578][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,579][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,579][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodMapper(com.changyu.foryou.mapper.FoodMapper) -[DEBUG][2015-09-22 17:53:45,579][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:53:45,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,583][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,595][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodMapper' -[DEBUG][2015-09-22 17:53:45,595][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/foodService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.FoodServiceImpl.setFoodCommentMapper(com.changyu.foryou.mapper.FoodCommentMapper) -[DEBUG][2015-09-22 17:53:45,596][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,598][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,601][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/foodService' to bean named 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,601][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,602][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,602][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/foodService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,602][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.FoodServiceImpl@213b91a5] -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/foodService' -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/hotSearchService' -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,613][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,614][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.HotSearchServiceImpl]: ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:53:45,614][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/hotSearchService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,618][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/hotSearchService': ResourceElement for private com.changyu.foryou.mapper.HotSearchMapper com.changyu.foryou.serviceImpl.HotSearchServiceImpl.hotSearchMapper -[DEBUG][2015-09-22 17:53:45,618][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:45,620][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,621][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,626][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,627][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/hotSearchService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,627][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.HotSearchServiceImpl@479f29d] -[DEBUG][2015-09-22 17:53:45,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/hotSearchService' -[DEBUG][2015-09-22 17:53:45,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'keyService' -[DEBUG][2015-09-22 17:53:45,629][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:53:45,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,630][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,632][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.KeyServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:53:45,632][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'keyService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,633][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'keyService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.KeyServiceImpl.setKeyMapper(com.changyu.foryou.mapper.AppKeyMapper) -[DEBUG][2015-09-22 17:53:45,633][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,634][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'keyService' to bean named 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,636][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,637][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'keyService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,637][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.KeyServiceImpl@11b99379] -[DEBUG][2015-09-22 17:53:45,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'keyService' -[DEBUG][2015-09-22 17:53:45,639][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean '/newsService' -[DEBUG][2015-09-22 17:53:45,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:53:45,640][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,641][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,644][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.NewsServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:53:45,645][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean '/newsService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,645][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean '/newsService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.NewsServiceImpl.setNewsMapper(com.changyu.foryou.mapper.NewsMapper) -[DEBUG][2015-09-22 17:53:45,646][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:53:45,647][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,648][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,652][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name '/newsService' to bean named 'newsMapper' -[DEBUG][2015-09-22 17:53:45,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,653][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,654][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean '/newsService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,654][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.NewsServiceImpl@aff3759] -[DEBUG][2015-09-22 17:53:45,657][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean '/newsService' -[DEBUG][2015-09-22 17:53:45,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:53:45,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:53:45,658][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,659][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,668][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:53:45,668][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.OrderServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:53:45,668][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'orderService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,668][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setOrderMapper(com.changyu.foryou.mapper.OrderMapper) -[DEBUG][2015-09-22 17:53:45,670][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:53:45,683][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,687][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,705][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'orderMapper' -[DEBUG][2015-09-22 17:53:45,705][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'orderService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.OrderServiceImpl.setPreferentialMapper(com.changyu.foryou.mapper.PreferentialMapper) -[DEBUG][2015-09-22 17:53:45,706][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,707][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,708][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'orderService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,712][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,713][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'orderService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,713][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.OrderServiceImpl@3b1f1f5] -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'orderService' -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'packageService' -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,719][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,722][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:53:45,722][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PackageServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:53:45,722][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'packageService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,723][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setDeliverComMapper(com.changyu.foryou.mapper.DeliverComMapper) -[DEBUG][2015-09-22 17:53:45,723][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,725][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,726][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,728][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,728][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'packageService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.PackageServiceImpl.setPackageMapper(com.changyu.foryou.mapper.PackageOrderMapper) -[DEBUG][2015-09-22 17:53:45,731][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,733][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'packageService' to bean named 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,737][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,738][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'packageService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,738][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PackageServiceImpl@62982862] -[DEBUG][2015-09-22 17:53:45,747][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'packageService' -[DEBUG][2015-09-22 17:53:45,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'payService' -[DEBUG][2015-09-22 17:53:45,748][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'payService' -[DEBUG][2015-09-22 17:53:45,750][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,751][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'payService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,755][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,756][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'payService' with 0 common interceptors and 1 specific interceptors -[DEBUG][2015-09-22 17:53:45,756][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PayServiceImpl@7afc2a48] -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'payService' -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'preferentialService' -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,759][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,761][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.PreferentialServiceImpl]: AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:53:45,761][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'preferentialService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,763][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'preferentialService': AutowiredFieldElement for private com.changyu.foryou.mapper.PreferentialMapper com.changyu.foryou.serviceImpl.PreferentialServiceImpl.preferentialMapper -[DEBUG][2015-09-22 17:53:45,763][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,763][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'preferentialService' to bean named 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,764][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,765][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'preferentialService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,765][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PreferentialServiceImpl@3a644df6] -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'preferentialService' -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,769][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,771][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'pushService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,773][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,775][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'pushService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,775][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.PushServiceImpl@27f63996] -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'pushService' -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'receiverService' -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,777][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,783][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.ReceiverServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:53:45,783][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'receiverService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,783][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'receiverService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.ReceiverServiceImpl.setReceiverMapper(com.changyu.foryou.mapper.ReceiverMapper) -[DEBUG][2015-09-22 17:53:45,784][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,786][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'receiverService' to bean named 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,790][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,792][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'receiverService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,792][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.ReceiverServiceImpl@53670068] -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'receiverService' -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sellerService' -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,795][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,798][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.SellerServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:53:45,798][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sellerService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,798][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'sellerService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.SellerServiceImpl.setSellerMapper(com.changyu.foryou.mapper.SellerMapper) -[DEBUG][2015-09-22 17:53:45,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,799][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,800][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,801][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'sellerService' to bean named 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,802][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'sellerService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,802][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.SellerServiceImpl@d097a01] -[DEBUG][2015-09-22 17:53:45,804][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'sellerService' -[DEBUG][2015-09-22 17:53:45,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:53:45,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'userService' -[DEBUG][2015-09-22 17:53:45,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,805][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,812][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:53:45,812][org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [com.changyu.foryou.serviceImpl.UserServiceImpl]: AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:53:45,812][org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'userService' to allow for resolving potential circular references -[DEBUG][2015-09-22 17:53:45,812][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setFeedbackMapper(com.changyu.foryou.mapper.FeedbackMapper) -[DEBUG][2015-09-22 17:53:45,813][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,814][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,816][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,816][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'userService': AutowiredMethodElement for public void com.changyu.foryou.serviceImpl.UserServiceImpl.setUsersMapper(com.changyu.foryou.mapper.UsersMapper) -[DEBUG][2015-09-22 17:53:45,817][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:53:45,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,819][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,829][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'userService' to bean named 'usersMapper' -[DEBUG][2015-09-22 17:53:45,829][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,830][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,831][org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator]Creating implicit proxy for bean 'userService' with 0 common interceptors and 3 specific interceptors -[DEBUG][2015-09-22 17:53:45,831][org.springframework.aop.framework.JdkDynamicAopProxy]Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [com.changyu.foryou.serviceImpl.UserServiceImpl@39a1d7a0] -[DEBUG][2015-09-22 17:53:45,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'userService' -[DEBUG][2015-09-22 17:53:45,835][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'dataSource' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionManager' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'transactionAdvice' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' -[DEBUG][2015-09-22 17:53:45,836][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'appKeyMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'cityMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'deliverComMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'feedbackMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCategoryMapper' -[DEBUG][2015-09-22 17:53:45,837][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodCommentMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'foodSpecialMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'hotSearchMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'newsMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderMapper' -[DEBUG][2015-09-22 17:53:45,838][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'packageOrderMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'preferentialMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushMessageMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'receiverMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sellerMapper' -[DEBUG][2015-09-22 17:53:45,839][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'usersMapper' -[DEBUG][2015-09-22 17:53:45,852][org.springframework.context.support.GenericApplicationContext]Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@53ec452c] -[DEBUG][2015-09-22 17:53:45,853][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[DEBUG][2015-09-22 17:53:45,856][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:45,861][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties] -[DEBUG][2015-09-22 17:53:45,861][org.springframework.core.env.PropertySourcesPropertyResolver]Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment] -[DEBUG][2015-09-22 17:53:45,862][org.springframework.core.env.PropertySourcesPropertyResolver]Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null] -[DEBUG][2015-09-22 17:53:45,862][org.springframework.test.context.TestContext]Storing ApplicationContext for test class [class com.changyu.test.orderTest] in cache under key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:45,863][org.springframework.test.context.support.DependencyInjectionTestExecutionListener]Performing dependency injection for test context [[TestContext@4debcfe testClass = orderTest, testInstance = com.changyu.test.orderTest@3b49ca31, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]]. -[DEBUG][2015-09-22 17:53:45,863][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:45,867][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setOrderService(com.changyu.foryou.service.OrderService) -[DEBUG][2015-09-22 17:53:45,868][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'orderService' -[DEBUG][2015-09-22 17:53:45,868][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'orderService' -[DEBUG][2015-09-22 17:53:45,868][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setFoodService(com.changyu.foryou.service.FoodService) -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean '/foodService' -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named '/foodService' -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setUserService(com.changyu.foryou.service.UserService) -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'userService' -[DEBUG][2015-09-22 17:53:45,869][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'userService' -[DEBUG][2015-09-22 17:53:45,870][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setPushService(com.changyu.foryou.service.PushService) -[DEBUG][2015-09-22 17:53:45,870][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'pushService' -[DEBUG][2015-09-22 17:53:45,870][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'pushService' -[DEBUG][2015-09-22 17:53:45,870][org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'com.changyu.test.orderTest': AutowiredMethodElement for public void com.changyu.test.orderTest.setCampusService(com.changyu.foryou.service.CampusService) -[DEBUG][2015-09-22 17:53:45,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'campusService' -[DEBUG][2015-09-22 17:53:45,871][org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor]Autowiring by type from bean name 'com.changyu.test.orderTest' to bean named 'campusService' -[DEBUG][2015-09-22 17:53:45,871][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,872][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' -[DEBUG][2015-09-22 17:53:45,873][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1' -[DEBUG][2015-09-22 17:53:45,881][org.springframework.test.context.TestContext]Retrieved ApplicationContext for test class [class com.changyu.test.orderTest] from cache with key [[MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:45,990][org.springframework.jdbc.datasource.DataSourceTransactionManager]Creating new transaction with name [com.changyu.foryou.serviceImpl.OrderServiceImpl.updateOrderStatusAndAmount]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT -[DEBUG][2015-09-22 17:53:45,993][org.springframework.jdbc.datasource.DataSourceTransactionManager]Acquired Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] for JDBC transaction -[DEBUG][2015-09-22 17:53:45,998][org.springframework.jdbc.datasource.DataSourceTransactionManager]Switching JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] to manual commit -[DEBUG][2015-09-22 17:53:46,027][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,031][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f1cf8ad] -[DEBUG][2015-09-22 17:53:46,038][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,043][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Preparing: update orders set total_price=?, status=2 ,charge_id=? where together_id=? -[DEBUG][2015-09-22 17:53:46,168][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]==> Parameters: 1.0(Double), ch_Xsr7u35O3m1Gw4ed2ODmi4Lw(String), 188609025631439951094000(String) -[DEBUG][2015-09-22 17:53:46,383][com.changyu.foryou.mapper.OrderMapper.updateOrderStatusAndAmount]<== Updates: 1 -[DEBUG][2015-09-22 17:53:46,383][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20000} enter cache -[DEBUG][2015-09-22 17:53:46,384][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f1cf8ad] -[DEBUG][2015-09-22 17:53:46,384][org.springframework.jdbc.datasource.DataSourceTransactionManager]Initiating transaction commit -[DEBUG][2015-09-22 17:53:46,384][org.springframework.jdbc.datasource.DataSourceTransactionManager]Committing JDBC transaction on Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] -[DEBUG][2015-09-22 17:53:46,472][org.mybatis.spring.SqlSessionUtils]Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f1cf8ad] -[DEBUG][2015-09-22 17:53:46,472][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6f1cf8ad] -[DEBUG][2015-09-22 17:53:46,494][org.springframework.jdbc.datasource.DataSourceTransactionManager]Releasing JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] after transaction -[DEBUG][2015-09-22 17:53:46,495][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:53:46,497][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,497][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45af7323] -[DEBUG][2015-09-22 17:53:46,502][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:46,503][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:46,504][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,505][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Preparing: select food_id,order_id,campus_id,order_count from orders where together_id=? -[DEBUG][2015-09-22 17:53:46,514][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:53:46,628][com.changyu.foryou.mapper.OrderMapper.getAllOrderByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:53:46,628][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20001} enter cache -[DEBUG][2015-09-22 17:53:46,629][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45af7323] -[DEBUG][2015-09-22 17:53:46,629][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45af7323] -[DEBUG][2015-09-22 17:53:46,629][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[INFO][2015-09-22 17:53:46,751][com.changyu.test.orderTest][{"campusId":1,"foodId":20603,"orderCount":37,"orderId":1439469107}] -[DEBUG][2015-09-22 17:53:46,752][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,752][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@432bc074] -[DEBUG][2015-09-22 17:53:46,753][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:46,753][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:46,754][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,754][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Preparing: update food set sale_number = sale_number+?, food_count=food_count-? where food_id = ? and campus_id=? -[DEBUG][2015-09-22 17:53:46,756][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]==> Parameters: 37(Integer), 37(Integer), 20603(Long), 1(Integer) -[DEBUG][2015-09-22 17:53:46,802][com.changyu.foryou.mapper.FoodMapper.changeFoodNumber]<== Updates: 1 -[DEBUG][2015-09-22 17:53:46,802][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20002} enter cache -[DEBUG][2015-09-22 17:53:46,802][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@432bc074] -[DEBUG][2015-09-22 17:53:46,802][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@432bc074] -[DEBUG][2015-09-22 17:53:46,802][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:53:46,803][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,803][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f4349ae] -[DEBUG][2015-09-22 17:53:46,803][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:46,803][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:46,803][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,803][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]==> Preparing: select campus_id from orders where together_id=? limit 1 -[DEBUG][2015-09-22 17:53:46,806][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]==> Parameters: 188609025631439951094000(String) -[DEBUG][2015-09-22 17:53:46,834][com.changyu.foryou.mapper.OrderMapper.getCampusIdByTogetherId]<== Total: 1 -[DEBUG][2015-09-22 17:53:46,834][com.alibaba.druid.pool.PreparedStatementPool]{conn-10001, pstmt-20003} enter cache -[DEBUG][2015-09-22 17:53:46,834][org.mybatis.spring.SqlSessionUtils]Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f4349ae] -[DEBUG][2015-09-22 17:53:46,835][org.mybatis.spring.SqlSessionUtils]Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2f4349ae] -[DEBUG][2015-09-22 17:53:46,835][org.springframework.jdbc.datasource.DataSourceUtils]Returning JDBC Connection to DataSource -[DEBUG][2015-09-22 17:53:46,837][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test method: context [[TestContext@4debcfe testClass = orderTest, testInstance = com.changyu.test.orderTest@3b49ca31, testMethod = testWebHooks@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], class dirties context [false], class mode [null], method dirties context [false]. -[DEBUG][2015-09-22 17:53:46,837][org.mybatis.spring.SqlSessionUtils]Creating a new SqlSession -[DEBUG][2015-09-22 17:53:46,837][org.springframework.test.context.web.ServletTestExecutionListener]Resetting RequestContextHolder for test context [TestContext@4debcfe testClass = orderTest, testInstance = com.changyu.test.orderTest@3b49ca31, testMethod = testWebHooks@orderTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]. -[DEBUG][2015-09-22 17:53:46,837][org.mybatis.spring.SqlSessionUtils]Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@636c22cb] -[DEBUG][2015-09-22 17:53:46,838][com.changyu.foryou.mapper.UsersMapper]Cache Hit Ratio [com.changyu.foryou.mapper.UsersMapper]: 0.0 -[DEBUG][2015-09-22 17:53:46,838][org.springframework.jdbc.datasource.DataSourceUtils]Fetching JDBC Connection from DataSource -[DEBUG][2015-09-22 17:53:46,839][org.springframework.jdbc.datasource.DataSourceUtils]Registering transaction synchronization for JDBC Connection -[DEBUG][2015-09-22 17:53:46,840][org.mybatis.spring.transaction.SpringManagedTransaction]JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@59f0f77c] will be managed by Spring -[DEBUG][2015-09-22 17:53:46,840][com.changyu.foryou.mapper.UsersMapper.getAllSuperAdminPhone]==> Preparing: select phone from users where type=0 and campus_id=? -[DEBUG][2015-09-22 17:53:46,841][org.springframework.test.context.support.DirtiesContextTestExecutionListener]After test class: context [[TestContext@4debcfe testClass = orderTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4bb6c763 testClass = orderTest, locations = '{classpath:spring.xml, classpath:spring-mybatis.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader']]], dirtiesContext [false]. -[DEBUG][2015-09-22 17:53:46,841][com.changyu.foryou.mapper.UsersMapper.getAllSuperAdminPhone]==> Parameters: 1(Integer) -[INFO][2015-09-22 17:53:46,844][org.springframework.context.support.GenericApplicationContext]Closing org.springframework.context.support.GenericApplicationContext@fe11c0e: startup date [Tue Sep 22 17:53:42 CST 2015]; root of context hierarchy -[DEBUG][2015-09-22 17:53:46,844][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'sqlSessionFactory' -[DEBUG][2015-09-22 17:53:46,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Returning cached instance of singleton bean 'lifecycleProcessor' -[INFO][2015-09-22 17:53:46,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@8408396: defining beans [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,campusService,/foodService,/hotSearchService,keyService,/newsService,orderService,packageService,payService,preferentialService,pushService,receiverService,sellerService,userService,dataSource,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,transactionManager,transactionAdvice,org.springframework.aop.config.internalAutoProxyCreator,transactionPointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,druid-stat-interceptor,druid-stat-pointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#1,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,appKeyMapper,campusMapper,cityMapper,deliverComMapper,feedbackMapper,foodCategoryMapper,foodCommentMapper,foodMapper,foodSpecialMapper,hotSearchMapper,newsMapper,orderMapper,packageOrderMapper,preferentialMapper,pushMessageMapper,receiverMapper,sellerMapper,usersMapper]; root of factory hierarchy -[DEBUG][2015-09-22 17:53:46,845][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean 'userService': [com.changyu.test.orderTest] -[DEBUG][2015-09-22 17:53:46,846][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy() on bean with name 'druid-stat-interceptor' -[DEBUG][2015-09-22 17:53:46,846][org.springframework.beans.factory.support.DefaultListableBeanFactory]Retrieved dependent beans for bean '(inner bean)': [transactionAdvice] -[DEBUG][2015-09-22 17:53:46,847][org.springframework.beans.factory.support.DisposableBeanAdapter]Invoking destroy method 'close' on bean with name 'dataSource' -[INFO][2015-09-22 17:53:46,848][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed diff --git a/pom.xml b/pom.xml index 3a04575..3ba9f2c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,14 @@ com.changyu foryou war - 0.0.1-SNAPSHOT + 1.0.1 foryou http://maven.apache.org 1.3.2 3.4.0 - 6.0.6 + 5.1.36 diff --git a/src/main/java/com/changyu/foryou/controller/OrderController.java b/src/main/java/com/changyu/foryou/controller/OrderController.java index eba7ba2..5d8b7da 100644 --- a/src/main/java/com/changyu/foryou/controller/OrderController.java +++ b/src/main/java/com/changyu/foryou/controller/OrderController.java @@ -50,180 +50,177 @@ /** * 处理订单控制器 - * - * @author 殿下 * + * @author 殿下 */ @Controller @RequestMapping("/order") public class OrderController { - private OrderService orderService; - private UserService userService; - private FoodService foodService; - private ReceiverService receiverService; - private CampusService campusService; - private PushService pushService; - - @Autowired() - @Qualifier("preferentialService") - private PreferentialService preferentialService; - - @Autowired - public void setReceiverService(ReceiverService receiverService) { - this.receiverService = receiverService; - } - - @Autowired - public void setCampusService(CampusService campusService) { - this.campusService = campusService; - } - - public PushService getPushService() { - return pushService; - } - - @Autowired - public void setPushService(PushService pushService) { - this.pushService = pushService; - } - - @Autowired - public void setUserServce(UserService userService) { - this.userService = userService; - } - - @Autowired - public void setFoodService(FoodService foodService) { - this.foodService = foodService; - } - - protected static final Logger LOG = LoggerFactory - .getLogger(OrderController.class); - - @Autowired - public void setOrderService(OrderService orderService) { - this.orderService = orderService; - } - - /** - * 生成购物车订单 - * - * @param phoneId - * @param foodId - * @param foodCount - * @param foodSpecial - * @return - */ - @RequestMapping("/createOrder") - public @ResponseBody Map createOrder( - @RequestParam Integer campusId, @RequestParam String phoneId, - @RequestParam Long foodId, @RequestParam Integer foodCount){ - Map map = new HashMap(); - - try { - Order order = new Order(campusId, phoneId, foodId, foodCount); - Long orderId=order.getOrderId(); - List oldOrders = orderService.selectOrder(order); - - // 待优化。。。。。。。将delete和insert改为一次操作 - if (oldOrders.size() != 0) { - order.setOrderCount(foodCount - + oldOrders.get(0).getOrderCount()); - orderService.deleteCartGood(order); - } - - int flag = orderService.insertSelectiveOrder(order); - - if (flag != -1 && flag != 0) { - map.put("orderId", orderId); - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "生成订单成功"); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "生成订单失败"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "生成订单失败"); - } - - return map; - } - - /** - * 获取下达的所有订单 - * - * @param phoneId - * ,status - * @return - */ - @RequestMapping("/getOrderInMine") - public @ResponseBody Map getOrderInMine( - @RequestParam String phoneId, Short status, Integer page, - Integer limit) { - Map map = new HashMap(); - List togetherOrdersList = new ArrayList(); - - try { - Map paramMap = new HashMap(); - paramMap.put("phoneId", phoneId); - paramMap.put("status", status); - - List count=new ArrayList(); - for(int i=1;i<=5;i++){ - paramMap.put("status", i); - List togetherId=orderService.getTogetherId(paramMap); - count.add(togetherId.size()); - } - - map.put("waitPay",count.get(0)); - map.put("hasPaid",count.get(1)); - map.put("delivering",count.get(2)); - map.put("waitComment",count.get(3)); - map.put("done", count.get(4)); - - if (limit != null && page != null) { - paramMap.put("limit", limit); - paramMap.put("offset", (page - 1) * limit); - } - paramMap.put("status", status); - List togetherIds = orderService.getTogetherId(paramMap); - - //System.out.println(JSON.toJSONString(togetherIds)); - - if (togetherIds.size() != 0) { - - for (String togetherId : togetherIds) { - TogetherOrder togetherOrder = new TogetherOrder(); // 一单 - togetherOrder.setTogetherId(togetherId); - paramMap.put("togetherId", togetherId); - List orderList = orderService - .getOrderListInMine(paramMap); // 一单里面的小订单 - togetherOrder.setSmallOrders(orderList); - togetherOrder.setPayWay(orderList.get(0).getPayWay()); - togetherOrder.setTotalPrice(orderList.get(0).getTotalPrice()); - Short totalStatus=0; - if(orderList.get(0).getStatus()!=4) - { - totalStatus=orderList.get(0).getStatus(); - } - else - { - totalStatus=5; - for (int i = 0; i < orderList.size(); i++) { - if (orderList.get(i).getIsRemarked() == 0) { - totalStatus = 4; - } - } - } - togetherOrder.setStatus(totalStatus); - togetherOrder.setTogetherDate(orderList.get(0) - .getTogetherDate()); - togetherOrdersList.add(togetherOrder); - } - - //根据phoneId获取各个状态订单数量 + private OrderService orderService; + private UserService userService; + private FoodService foodService; + private ReceiverService receiverService; + private CampusService campusService; + private PushService pushService; + + @Autowired() + @Qualifier("preferentialService") + private PreferentialService preferentialService; + + @Autowired + public void setReceiverService(ReceiverService receiverService) { + this.receiverService = receiverService; + } + + @Autowired + public void setCampusService(CampusService campusService) { + this.campusService = campusService; + } + + public PushService getPushService() { + return pushService; + } + + @Autowired + public void setPushService(PushService pushService) { + this.pushService = pushService; + } + + @Autowired + public void setUserServce(UserService userService) { + this.userService = userService; + } + + @Autowired + public void setFoodService(FoodService foodService) { + this.foodService = foodService; + } + + protected static final Logger LOG = LoggerFactory + .getLogger(OrderController.class); + + @Autowired + public void setOrderService(OrderService orderService) { + this.orderService = orderService; + } + + /** + * 生成购物车订单 + * + * @param phoneId + * @param foodId + * @param foodCount + * @param foodSpecial + * @return + */ + @RequestMapping("/createOrder") + public @ResponseBody + Map createOrder( + @RequestParam Integer campusId, @RequestParam String phoneId, + @RequestParam Long foodId, @RequestParam Integer foodCount) { + Map map = new HashMap(); + + try { + Order order = new Order(campusId, phoneId, foodId, foodCount); + Long orderId = order.getOrderId(); + List oldOrders = orderService.selectOrder(order); + + // 待优化。。。。。。。将delete和insert改为一次操作 + if (oldOrders.size() != 0) { + order.setOrderCount(foodCount + + oldOrders.get(0).getOrderCount()); + orderService.deleteCartGood(order); + } + + int flag = orderService.insertSelectiveOrder(order); + + if (flag != -1 && flag != 0) { + map.put("orderId", orderId); + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "生成订单成功"); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "生成订单失败"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "生成订单失败"); + } + + return map; + } + + /** + * 获取下达的所有订单 + * + * @param phoneId ,status + * @return + */ + @RequestMapping("/getOrderInMine") + public @ResponseBody + Map getOrderInMine( + @RequestParam String phoneId, Short status, Integer page, + Integer limit) { + Map map = new HashMap(); + List togetherOrdersList = new ArrayList(); + + try { + Map paramMap = new HashMap(); + paramMap.put("phoneId", phoneId); + paramMap.put("status", status); + + List count = new ArrayList(); + for (int i = 1; i <= 5; i++) { + paramMap.put("status", i); + List togetherId = orderService.getTogetherId(paramMap); + count.add(togetherId.size()); + } + + map.put("waitPay", count.get(0)); + map.put("hasPaid", count.get(1)); + map.put("delivering", count.get(2)); + map.put("waitComment", count.get(3)); + map.put("done", count.get(4)); + + if (limit != null && page != null) { + paramMap.put("limit", limit); + paramMap.put("offset", (page - 1) * limit); + } + paramMap.put("status", status); + List togetherIds = orderService.getTogetherId(paramMap); + + //System.out.println(JSON.toJSONString(togetherIds)); + + if (togetherIds.size() != 0) { + + for (String togetherId : togetherIds) { + TogetherOrder togetherOrder = new TogetherOrder(); // 一单 + togetherOrder.setTogetherId(togetherId); + paramMap.put("togetherId", togetherId); + List orderList = orderService + .getOrderListInMine(paramMap); // 一单里面的小订单 + togetherOrder.setSmallOrders(orderList); + togetherOrder.setPayWay(orderList.get(0).getPayWay()); + togetherOrder.setTotalPrice(orderList.get(0).getTotalPrice()); + Short totalStatus = 0; + if (orderList.get(0).getStatus() != 4) { + totalStatus = orderList.get(0).getStatus(); + } else { + totalStatus = 5; + for (int i = 0; i < orderList.size(); i++) { + if (orderList.get(i).getIsRemarked() == 0) { + totalStatus = 4; + } + } + } + togetherOrder.setStatus(totalStatus); + togetherOrder.setTogetherDate(orderList.get(0) + .getTogetherDate()); + togetherOrdersList.add(togetherOrder); + } + + //根据phoneId获取各个状态订单数量 /*for (int i = 1; i <= 5; i++) { MiniOrder order = new MiniOrder(); @@ -242,642 +239,648 @@ else if(i==5){ order.setOrderCount(orderService.getMiniOrderByPhone(paramMap)); statusList.add(order); }*/ - /*map.put("statusList", statusList);*/ - - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取订单成功"); - map.put("orderList", JSON.parse(JSON - .toJSONStringWithDateFormat(togetherOrdersList, - "yyyy-MM-dd"))); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂无订单"); - } - - } catch (Exception e) { - e.printStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取订单失败"); - } - return map; - } - - /** - * 弃用 获取下达的代发货订单 - * - * @param phoneId - * @return - */ - @RequestMapping("/getOrderInMineWait2Deliver") - public @ResponseBody Map getOrderInMineWait2Deliver( - @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - List orderList = orderService - .getOrderListInMineWait2Deliver(phoneId); - if (orderList.size() != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取代发货订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂无代发货订单"); - } - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取代发货订单失败"); - } - return map; - } - - /** - * 弃用 获取下达的正在配送订单 - * - * @param phoneId - * @return - */ - @RequestMapping("/getOrderInMineDeliver") - public @ResponseBody Map getOrderInMineDeliver( - @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - List orderList = orderService - .getOrderListInMineDeliver(phoneId); - if (orderList.size() != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取正在配送订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂无订单配送中"); - } - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取配送订单失败"); - } - return map; - } - - /** - * 弃用 获取完成订单 - * - * @param phoneId - * @return - */ - @RequestMapping("/getOrderInMineFinish") - public @ResponseBody Map getOrderInMineFinish( - @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - List orderList = orderService - .getOrderListInMineFinish(phoneId); - if (orderList.size() != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取完成订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂无完成订单"); - } - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取完成订单失败"); - } - return map; - } - - /** - * 获取购物车里面的收藏订单(未完成订单) - * - * @param phoneId - * 手机号 - * @return - */ - @RequestMapping("/getUserOrder") - public @ResponseBody Map getUserOrder( - @RequestParam String phoneId, @RequestParam Integer campusId, - Integer limit, Integer page) { - Map map = new HashMap(); - - try { - Map paramMap = new HashMap(); - paramMap.put("phoneId", phoneId); - paramMap.put("campusId", campusId); - - if (limit != null && page != null) { - paramMap.put("limit", limit); - paramMap.put("offset", (page - 1) * limit); - } - List orderList = orderService.getOrderList(paramMap); - if (orderList != null && orderList.size() != 0) { - for (CartGood cartGood : orderList) { - if (cartGood.getIsDiscount() != 0) { - cartGood.setDiscountPrice(cartGood.getDiscountPrice()); // 获取折扣价 - } - paramMap.put("foodId", cartGood.getFoodId()); - paramMap.put("campusId", campusId); - } - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取购物车订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "购物车里暂时还没有订单哦,亲"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取购物车订单失败"); - } - - return map; - } - - /** - * 删除购物车中的某一订单 - * - * @param orderId - * @return - */ - @RequestMapping("/deleteUserOrder") - public @ResponseBody Map deleteUserOrder( - @RequestParam Long orderId, @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - int flag = orderService.deleteUserOrder(orderId, phoneId); - if (flag != -1 && flag != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "删除订单成功"); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除订单失败"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除订单失败"); - } - - return map; - } - - /** - * 删除多条订单,订单号用逗号隔开 - * - * @param orderId - * @param phoneId - * @return - */ - @RequestMapping("/deleteAllUserOrder") - public @ResponseBody Map deleteAllUserOrder( - @RequestParam String orderId, @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - int flag = 0; - String[] orderIdStrings = orderId.split(","); - for (String oneOrderId : orderIdStrings) { - if (oneOrderId != null && !oneOrderId.trim().equals("")) { - flag = orderService.deleteUserOrder( - Long.valueOf(oneOrderId), phoneId); - - if (flag == -1 || flag == 0) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除订单失败"); - break; - } - } - } - - if (flag != -1 && flag != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "删除订单成功"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "删除订单失败"); - } - - return map; - } - - /** - * 编辑订单的个数 - * - * @param orderId - * 订单号 - * @param orderCount - * 订单数 - * @return - */ - @RequestMapping("/editUserOrder") - public @ResponseBody Map editUserOrder( - @RequestParam Long orderId, @RequestParam String phoneId, - @RequestParam Integer orderCount) { - Map map = new HashMap(); - - try { - int flag = orderService.editUserOrder(orderId, phoneId, orderCount); - if (flag != 0 && flag != -1) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "编辑订单成功"); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "编辑订单失败"); - } - - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "编辑订单失败"); - } - return map; - } - - /** - * 获取成功订单 - * - * @param phoneId - * 用户手机号 - * @return - */ - @RequestMapping("/getUserSuccessOrder") - public @ResponseBody Map getUserSuccessOrder( - @RequestParam String phoneId) { - Map map = new HashMap(); - - try { - List orderList = orderService.getOrderSuccessList(phoneId); - if (orderList != null && orderList.size() != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取订单成功"); - map.put("orderList", orderList); - } else { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "暂时还没有订单哦,亲"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取订单失败"); - } - - return map; - } - - /** - * 改变订单至下单状态 - * - * @param phoneId - * @param orderId - * @param message - * 留言 - * @param reserveTime - * 预约送达时间 - * @return - */ - @RequestMapping("/orderToBuy") - public @ResponseBody Map changeOrderStatus2Buy( - @RequestParam String phoneId, @RequestParam String orderId, - @RequestParam String rank, String reserveTime, String message,@RequestParam Short payWay, - @RequestParam Float totalPrice ,Integer preferentialsId,HttpServletRequest request) { - Map map = new HashMap(); - Map paramMap = new HashMap(); - - try { - Calendar calendar = Calendar.getInstance(); - - String[] orderString = orderId.split(","); //传过来的orderId是一个以逗号隔开d字符串 - int flag = 0; - String togetherId = phoneId + String.valueOf(new Date().getTime()); - - paramMap.put("orderId",orderString[0]); - paramMap.put("phoneId",phoneId); - Campus campus=campusService.getCampus(paramMap); //根据订单获取该校区的详细情况 - Integer campusId=campus.getCampusId(); - //判断该校区是否正在营业 - if(campus.getStatus()==0){ - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, campus.getCloseReason()); - return map; - } - - Calendar runOpenTime=Calendar.getInstance(); - runOpenTime.setTime(campus.getOpenTime()); - Calendar runCloseTime=Calendar.getInstance(); - runCloseTime.setTime(campus.getCloseTime()); - //判断是否超出校区营业时间 - - int openHour=runOpenTime.get(Calendar.HOUR_OF_DAY); - int openMinute=runOpenTime.get(Calendar.MINUTE); - int closeHour=runCloseTime.get(Calendar.HOUR_OF_DAY); - int closeMinute=runCloseTime.get(Calendar.MINUTE); - - if(calendar.get(Calendar.HOUR_OF_DAY)>closeHour - ||(calendar.get(Calendar.HOUR_OF_DAY)==closeHour&&calendar.get(Calendar.MINUTE)>closeMinute) - ||calendar.get(Calendar.HOUR_OF_DAY)=1){ //判断客户端价格和服务器端价格是否一致 - map.put(Constants.STATUS,Constants.FAILURE); - map.put(Constants.MESSAGE,"价格有误"); - System.out.println(serverPrice); - return map; - } - //写入单价操作 - for (String id : orderString) { - float price= 0f; - paramMap.put("orderId",id); - SmallOrder smallOrder=orderService.getOrderById(paramMap); - if(smallOrder.getIsDiscount()==1) - { - price = (smallOrder.getDiscountPrice()*smallOrder.getOrderCount()); - } - else - { - price = smallOrder.getPrice()*smallOrder.getOrderCount(); - } - flag = orderService.changeOrderStatus2Buy(phoneId, id, - togetherId, rank, reserveTime, message,payWay,price,totalPrice); - - Order order = orderService.selectOneOrder(phoneId, id); // 获取该笔订单的消息 - paramMap.put("foodId", order.getFoodId()); - paramMap.put("orderCount", order.getOrderCount()); - paramMap.put("campusId",campus.getCampusId()); - foodService.changeFoodCount(paramMap); // 增加销量,减少存货 - if (flag == 0 || flag == -1) { - break; - } - } - - String channel; - if(payWay==1){ - channel="alipay"; - }else{ - channel="wx"; - } - - if (flag != -1 && flag != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "下单成功,即将开始配送!"); - String clientIp=getIpAddr(request); - Charge charge=ChargeInterface.charge(channel,togetherId,(Float.parseFloat(df.format(totalPrice))),clientIp); - map.put("charge", charge); //支付 - map.put("totalPrice",df.format(totalPrice)); - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "下单失败,请重新开始下单"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "下单失败,请重新开始下单"); - } - - return map; - } - - /** - * 改变订单至配送状态 - * - * @param adminPhone - * @param togetherId - * @return - */ - @Deprecated - @RequestMapping("/orderToDeliver") - public @ResponseBody Map changeOrderStatus2Deliver( - @RequestParam String adminPhone, - @RequestParam final String togetherId) { - Map map = new HashMap(); - - try { - int flag = orderService.changeOrderStatus2Deliver(adminPhone, - togetherId); - - if (flag != -1 && flag != 0) { - - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "正在配送中!"); - - // 开启线程访问服务器进行推送 - - new Thread(new Runnable() { - - public void run() { //推送 - String userPhone=userService.getUserPhone(togetherId); - System.out.println(userPhone); - pushService.sendPush(userPhone, - "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); - - } }).start(); - - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "点击配送失败,请重试"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "点击配送失败,请重试!"); - } - return map; - } - - /** - * 修改订单状态至完成 - * - * @param adminPhone - * @param togetherId - * @return - */ - @Deprecated - @RequestMapping("/orderToFinish") - public @ResponseBody Map changeOrderStatus2Finish( - @RequestParam String adminPhone, @RequestParam String togetherId) { - Map map = new HashMap(); - try { - int flag = orderService.changeOrderStatus2Finish(adminPhone, - togetherId); - if (flag != -1 && flag != 0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "订单完成,谢谢您的惠顾!"); - - final String userPhone = userService.getUserPhone(togetherId); - - - new Thread(new Runnable() { - - public void run() { //推送 - pushService.sendPush(userPhone, - "您有一笔订单已完成交易,赶快去评价吧!For优欢迎您下次惠顾", 1); - - } }).start(); - - - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "点击完成订单失败,请重试"); - } - } catch (Exception e) { - e.getStackTrace(); - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "点击完成订单失败,请重试"); - } - return map; - } - - /** - * 超级管理员获取待发货单信息 - * - * @param isSelected - * @return - */ - @RequestMapping("/superAdminGetOrder") - public @ResponseBody Map superAdminGetOrder( - @RequestParam Integer isSelected, @RequestParam Integer campusId, - Integer limit, Integer page) { - Map map = new HashMap(); - - Map requestMap = new HashMap(); - requestMap.put("isSelected", isSelected); - requestMap.put("campusId", campusId); - requestMap.put("tag", 1); //订单有效 + /*map.put("statusList", statusList);*/ + + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取订单成功"); + map.put("orderList", JSON.parse(JSON + .toJSONStringWithDateFormat(togetherOrdersList, + "yyyy-MM-dd"))); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂无订单"); + } + + } catch (Exception e) { + e.printStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取订单失败"); + } + return map; + } + + /** + * 弃用 获取下达的代发货订单 + * + * @param phoneId + * @return + */ + @RequestMapping("/getOrderInMineWait2Deliver") + public @ResponseBody + Map getOrderInMineWait2Deliver( + @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + List orderList = orderService + .getOrderListInMineWait2Deliver(phoneId); + if (orderList.size() != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取代发货订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂无代发货订单"); + } + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取代发货订单失败"); + } + return map; + } + + /** + * 弃用 获取下达的正在配送订单 + * + * @param phoneId + * @return + */ + @RequestMapping("/getOrderInMineDeliver") + public @ResponseBody + Map getOrderInMineDeliver( + @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + List orderList = orderService + .getOrderListInMineDeliver(phoneId); + if (orderList.size() != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取正在配送订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂无订单配送中"); + } + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取配送订单失败"); + } + return map; + } + + /** + * 弃用 获取完成订单 + * + * @param phoneId + * @return + */ + @RequestMapping("/getOrderInMineFinish") + public @ResponseBody + Map getOrderInMineFinish( + @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + List orderList = orderService + .getOrderListInMineFinish(phoneId); + if (orderList.size() != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取完成订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂无完成订单"); + } + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取完成订单失败"); + } + return map; + } + + /** + * 获取购物车里面的收藏订单(未完成订单) + * + * @param phoneId 手机号 + * @return + */ + @RequestMapping("/getUserOrder") + public @ResponseBody + Map getUserOrder( + @RequestParam String phoneId, @RequestParam Integer campusId, + Integer limit, Integer page) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap(); + paramMap.put("phoneId", phoneId); + paramMap.put("campusId", campusId); + + if (limit != null && page != null) { + paramMap.put("limit", limit); + paramMap.put("offset", (page - 1) * limit); + } + List orderList = orderService.getOrderList(paramMap); + if (orderList != null && orderList.size() != 0) { + for (CartGood cartGood : orderList) { + if (cartGood.getIsDiscount() != 0) { + cartGood.setDiscountPrice(cartGood.getDiscountPrice()); // 获取折扣价 + } + paramMap.put("foodId", cartGood.getFoodId()); + paramMap.put("campusId", campusId); + } + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取购物车订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "购物车里暂时还没有订单哦,亲"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取购物车订单失败"); + } + + return map; + } + + /** + * 删除购物车中的某一订单 + * + * @param orderId + * @return + */ + @RequestMapping("/deleteUserOrder") + public @ResponseBody + Map deleteUserOrder( + @RequestParam Long orderId, @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + int flag = orderService.deleteUserOrder(orderId, phoneId); + if (flag != -1 && flag != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "删除订单成功"); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除订单失败"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除订单失败"); + } + + return map; + } + + /** + * 删除多条订单,订单号用逗号隔开 + * + * @param orderId + * @param phoneId + * @return + */ + @RequestMapping("/deleteAllUserOrder") + public @ResponseBody + Map deleteAllUserOrder( + @RequestParam String orderId, @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + int flag = 0; + String[] orderIdStrings = orderId.split(","); + for (String oneOrderId : orderIdStrings) { + if (oneOrderId != null && !oneOrderId.trim().equals("")) { + flag = orderService.deleteUserOrder( + Long.valueOf(oneOrderId), phoneId); + + if (flag == -1 || flag == 0) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除订单失败"); + break; + } + } + } + + if (flag != -1 && flag != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "删除订单成功"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "删除订单失败"); + } + + return map; + } + + /** + * 编辑订单的个数 + * + * @param orderId 订单号 + * @param orderCount 订单数 + * @return + */ + @RequestMapping("/editUserOrder") + public @ResponseBody + Map editUserOrder( + @RequestParam Long orderId, @RequestParam String phoneId, + @RequestParam Integer orderCount) { + Map map = new HashMap(); + + try { + int flag = orderService.editUserOrder(orderId, phoneId, orderCount); + if (flag != 0 && flag != -1) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "编辑订单成功"); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "编辑订单失败"); + } + + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "编辑订单失败"); + } + return map; + } + + /** + * 获取成功订单 + * + * @param phoneId 用户手机号 + * @return + */ + @RequestMapping("/getUserSuccessOrder") + public @ResponseBody + Map getUserSuccessOrder( + @RequestParam String phoneId) { + Map map = new HashMap(); + + try { + List orderList = orderService.getOrderSuccessList(phoneId); + if (orderList != null && orderList.size() != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取订单成功"); + map.put("orderList", orderList); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "暂时还没有订单哦,亲"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取订单失败"); + } + + return map; + } + + /** + * 改变订单至下单状态 + * + * @param phoneId + * @param orderId + * @param message 留言 + * @param reserveTime 预约送达时间 + * @return + */ + @RequestMapping("/orderToBuy") + public @ResponseBody + Map changeOrderStatus2Buy( + @RequestParam String phoneId, @RequestParam String orderId, + @RequestParam String rank, String reserveTime, String message, @RequestParam Short payWay, + @RequestParam Float totalPrice, Integer preferentialsId, HttpServletRequest request) { + Map map = new HashMap(); + Map paramMap = new HashMap(); + + try { + Calendar calendar = Calendar.getInstance(); + + String[] orderString = orderId.split(","); //传过来的orderId是一个以逗号隔开d字符串 + int flag = 0; + String togetherId = phoneId + String.valueOf(new Date().getTime()); + + paramMap.put("orderId", orderString[0]); + paramMap.put("phoneId", phoneId); + Campus campus = campusService.getCampus(paramMap); //根据订单获取该校区的详细情况 + Integer campusId = campus.getCampusId(); + //判断该校区是否正在营业 + if (campus.getStatus() == 0) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, campus.getCloseReason()); + return map; + } + + Calendar runOpenTime = Calendar.getInstance(); + runOpenTime.setTime(campus.getOpenTime()); + Calendar runCloseTime = Calendar.getInstance(); + runCloseTime.setTime(campus.getCloseTime()); + //判断是否超出校区营业时间 + + int openHour = runOpenTime.get(Calendar.HOUR_OF_DAY); + int openMinute = runOpenTime.get(Calendar.MINUTE); + int closeHour = runCloseTime.get(Calendar.HOUR_OF_DAY); + int closeMinute = runCloseTime.get(Calendar.MINUTE); + + if (calendar.get(Calendar.HOUR_OF_DAY) > closeHour + || (calendar.get(Calendar.HOUR_OF_DAY) == closeHour && calendar.get(Calendar.MINUTE) > closeMinute) + || calendar.get(Calendar.HOUR_OF_DAY) < openHour + || (calendar.get(Calendar.HOUR_OF_DAY) == openHour && calendar.get(Calendar.MINUTE) < runOpenTime.get(openMinute)) + ) { + StringBuffer message2 = new StringBuffer(); + message2.append("fou优该校区的营业时间为" + openHour + ":"); + + if (openMinute < 10) { + message2.append("0" + openMinute); + } else { + message2.append(openMinute); + } + message2.append("--" + closeHour + ":"); + if (openMinute < 10) { + message2.append("0" + closeMinute); + } else { + message2.append(closeMinute); + } + + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, message2.toString()); + return map; + } + DecimalFormat df = new DecimalFormat("####.0"); + + Float serverPrice = orderService.getPriceDiscounted(orderString, campusId, phoneId); + if (Math.abs(serverPrice - totalPrice) >= 1) { //判断客户端价格和服务器端价格是否一致 + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "价格有误"); + System.out.println(serverPrice); + return map; + } + //写入单价操作 + for (String id : orderString) { + float price = 0f; + paramMap.put("orderId", id); + SmallOrder smallOrder = orderService.getOrderById(paramMap); + if (smallOrder.getIsDiscount() == 1) { + price = (smallOrder.getDiscountPrice() * smallOrder.getOrderCount()); + } else { + price = smallOrder.getPrice() * smallOrder.getOrderCount(); + } + flag = orderService.changeOrderStatus2Buy(phoneId, id, + togetherId, rank, reserveTime, message, payWay, price, totalPrice); + + Order order = orderService.selectOneOrder(phoneId, id); // 获取该笔订单的消息 + paramMap.put("foodId", order.getFoodId()); + paramMap.put("orderCount", order.getOrderCount()); + paramMap.put("campusId", campus.getCampusId()); + foodService.changeFoodCount(paramMap); // 增加销量,减少存货 + if (flag == 0 || flag == -1) { + break; + } + } + + String channel; + if (payWay == 1) { + channel = "alipay"; + } else { + channel = "wx"; + } + + if (flag != -1 && flag != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "下单成功,即将开始配送!"); + String clientIp = getIpAddr(request); + Charge charge = ChargeInterface.charge(channel, togetherId, (Float.parseFloat(df.format(totalPrice))), clientIp); + map.put("charge", charge); //支付 + map.put("totalPrice", df.format(totalPrice)); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "下单失败,请重新开始下单"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "下单失败,请重新开始下单"); + } + + return map; + } + + /** + * 改变订单至配送状态 + * + * @param adminPhone + * @param togetherId + * @return + */ + @Deprecated + @RequestMapping("/orderToDeliver") + public @ResponseBody + Map changeOrderStatus2Deliver( + @RequestParam String adminPhone, + @RequestParam final String togetherId) { + Map map = new HashMap(); + + try { + int flag = orderService.changeOrderStatus2Deliver(adminPhone, + togetherId); + + if (flag != -1 && flag != 0) { + + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "正在配送中!"); + + // 开启线程访问服务器进行推送 + + new Thread(new Runnable() { + + public void run() { //推送 + String userPhone = userService.getUserPhone(togetherId); + System.out.println(userPhone); + pushService.sendPush(userPhone, + "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); + + } + }).start(); + + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "点击配送失败,请重试"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "点击配送失败,请重试!"); + } + return map; + } + + /** + * 修改订单状态至完成 + * + * @param adminPhone + * @param togetherId + * @return + */ + @Deprecated + @RequestMapping("/orderToFinish") + public @ResponseBody + Map changeOrderStatus2Finish( + @RequestParam String adminPhone, @RequestParam String togetherId) { + Map map = new HashMap(); + try { + int flag = orderService.changeOrderStatus2Finish(adminPhone, + togetherId); + if (flag != -1 && flag != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "订单完成,谢谢您的惠顾!"); + + final String userPhone = userService.getUserPhone(togetherId); + + + new Thread(new Runnable() { + + public void run() { //推送 + pushService.sendPush(userPhone, + "您有一笔订单已完成交易,赶快去评价吧!For优欢迎您下次惠顾", 1); + + } + }).start(); + + + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "点击完成订单失败,请重试"); + } + } catch (Exception e) { + e.getStackTrace(); + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "点击完成订单失败,请重试"); + } + return map; + } + + /** + * 超级管理员获取待发货单信息 + * + * @param isSelected + * @return + */ + @RequestMapping("/superAdminGetOrder") + public @ResponseBody + Map superAdminGetOrder( + @RequestParam Integer isSelected, @RequestParam Integer campusId, + Integer limit, Integer page) { + Map map = new HashMap(); + + Map requestMap = new HashMap(); + requestMap.put("isSelected", isSelected); + requestMap.put("campusId", campusId); + requestMap.put("tag", 1); //订单有效 //System.out.println(isSelected); - if (page != null && limit != null) { - requestMap.put("limit", limit); - requestMap.put("offset", (page - 1) * limit); - } - - try { - List orders = orderService - .superAdminGetOrder(requestMap); - - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取订单成功!"); - map.put("orderList", JSONArray.parse(JSON - .toJSONStringWithDateFormat(orders, "yyyy-MM-dd"))); - } catch (Exception e) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取订单失败!"); - } - - return map; - } - - /** - * 给某一订单设置配送员 - * - * @param togetherId - * @param adminPhone - * @return - */ - @RequestMapping("/setDeliverAdmin") - public @ResponseBody Map setDeliverAdmin( - @RequestParam String togetherId, - @RequestParam final String adminPhone) { - Map map = new HashMap(); - try { - int flag1 = orderService.setDeliverAdmin(togetherId, adminPhone); // 设置配送员 - //修改大订单状态为3(配送中) - Map paramMap = new HashMap(); - paramMap.put("togetherId", togetherId); - paramMap.put("status", 3); - int flag2 = orderService.modifyOrderStatus(paramMap); - if (flag1 != -1 && flag1 != 0 && flag2!=-1 && flag2!=0) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "设置配送员成功!"); - - new Thread(new Runnable() { - - public void run() { - // 推送 - pushService.sendPush(adminPhone, - "For优提醒您,一笔新订单已达到,请及时配送,辛苦您了。", 1); + if (page != null && limit != null) { + requestMap.put("limit", limit); + requestMap.put("offset", (page - 1) * limit); + } + + try { + List orders = orderService + .superAdminGetOrder(requestMap); + + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取订单成功!"); + map.put("orderList", JSONArray.parse(JSON + .toJSONStringWithDateFormat(orders, "yyyy-MM-dd"))); + } catch (Exception e) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取订单失败!"); + } + + return map; + } + + /** + * 给某一订单设置配送员 + * + * @param togetherId + * @param adminPhone + * @return + */ + @RequestMapping("/setDeliverAdmin") + public @ResponseBody + Map setDeliverAdmin( + @RequestParam String togetherId, + @RequestParam final String adminPhone) { + Map map = new HashMap(); + try { + int flag1 = orderService.setDeliverAdmin(togetherId, adminPhone); // 设置配送员 + //修改大订单状态为3(配送中) + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + paramMap.put("status", 3); + int flag2 = orderService.modifyOrderStatus(paramMap); + if (flag1 != -1 && flag1 != 0 && flag2 != -1 && flag2 != 0) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "设置配送员成功!"); + + new Thread(new Runnable() { + + public void run() { + // 推送 + pushService.sendPush(adminPhone, + "For优提醒您,一笔新订单已达到,请及时配送,辛苦您了。", 1); + + } + }).start(); - } - }).start(); - - } else { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "设置配送员失败!"); - } - } catch (Exception e) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "设置配送员失败!"); - } - - return map; - } - - /** - * - * 配送员获取配送订单 - * - * @param phoneId - * @return - */ - @RequestMapping("/DeliverAdminGetOrder") - public @ResponseBody Map deliverGetOrder( - @RequestParam String phoneId, @RequestParam Integer campusId, - Integer limit, Integer page) { - Map map = new HashMap(); - - Map requestMap = new HashMap(); - requestMap.put("phoneId", phoneId); - requestMap.put("campusId", campusId); - if (page != null && limit != null) { - requestMap.put("offset", (page - 1) * limit); - requestMap.put("limit", limit); - } - try { - // 获取一笔订单列表 - List deliverOrders = orderService - .deliverGetOrder(requestMap); - if(deliverOrders.size()<=0){ - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "订单列表为空,请检查phoneId和campusId是否正确。如正确,则当前没有要配送的订单"); - }else{ - for (DeliverOrder deliverOrder : deliverOrders) { - String togetherId = deliverOrder.getTogetherId(); - // 获取订单食品集 - List deliverChildOrders = orderService - .getDeliverChildOrders(togetherId); - Float priceFloat = 0f; - priceFloat = orderService.getTotalPriceByTogetherId(togetherId); + } else { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "设置配送员失败!"); + } + } catch (Exception e) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "设置配送员失败!"); + } + + return map; + } + + /** + * 配送员获取配送订单 + * + * @param phoneId + * @return + */ + @RequestMapping("/DeliverAdminGetOrder") + public @ResponseBody + Map deliverGetOrder( + @RequestParam String phoneId, @RequestParam Integer campusId, + Integer limit, Integer page) { + Map map = new HashMap(); + + Map requestMap = new HashMap(); + requestMap.put("phoneId", phoneId); + requestMap.put("campusId", campusId); + if (page != null && limit != null) { + requestMap.put("offset", (page - 1) * limit); + requestMap.put("limit", limit); + } + try { + // 获取一笔订单列表 + List deliverOrders = orderService + .deliverGetOrder(requestMap); + if (deliverOrders.size() <= 0) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "订单列表为空,请检查phoneId和campusId是否正确。如正确,则当前没有要配送的订单"); + } else { + for (DeliverOrder deliverOrder : deliverOrders) { + String togetherId = deliverOrder.getTogetherId(); + // 获取订单食品集 + List deliverChildOrders = orderService + .getDeliverChildOrders(togetherId); + Float priceFloat = 0f; + priceFloat = orderService.getTotalPriceByTogetherId(togetherId); // // 获取该笔订单总价 // for (DeliverChildOrder deliverChildOrder : deliverChildOrders) { // if (deliverChildOrder.getIsDiscount() == 0) { @@ -888,143 +891,145 @@ public void run() { // * deliverChildOrder.getOrderCount(); // } // } - deliverOrder.setTotalPrice(priceFloat); - deliverOrder.setOrderList(deliverChildOrders); - } - - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE, "获取配送订单成功!"); - map.put("orderList", JSONArray.parse(JSON - .toJSONStringWithDateFormat(deliverOrders, "yyyy-MM-dd"))); - } - } catch (Exception e) { - map.put(Constants.STATUS, Constants.FAILURE); - map.put(Constants.MESSAGE, "获取配送订单失败!"); - } - - return map; - } - - /** - * pc端获取简单的订单列表 - * - * @param status - * @param limit - * @param offset - * @param search - * @return - */ - @RequestMapping(value = "/getPCSimpleOrder") - public @ResponseBody Map getPcOrders(Short status,@RequestParam Integer campusId, - Integer limit, Integer offset, String search) { - Map map = new HashMap(); - - Map paramMap=new HashMap(); + deliverOrder.setTotalPrice(priceFloat); + deliverOrder.setOrderList(deliverChildOrders); + } + + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "获取配送订单成功!"); + map.put("orderList", JSONArray.parse(JSON + .toJSONStringWithDateFormat(deliverOrders, "yyyy-MM-dd"))); + } + } catch (Exception e) { + map.put(Constants.STATUS, Constants.FAILURE); + map.put(Constants.MESSAGE, "获取配送订单失败!"); + } + + return map; + } + + /** + * pc端获取简单的订单列表 + * + * @param status + * @param limit + * @param offset + * @param search + * @return + */ + @RequestMapping(value = "/getPCSimpleOrder") + public @ResponseBody + Map getPcOrders(Short status, @RequestParam Integer campusId, + Integer limit, Integer offset, String search) { + Map map = new HashMap(); + + Map paramMap = new HashMap(); paramMap.put("campusId", campusId); paramMap.put("limit", limit); paramMap.put("offset", offset); paramMap.put("search", search); paramMap.put("status", status); - List lists = orderService.getPCSimpleOrders(paramMap); - DecimalFormat df = new DecimalFormat("####.00"); - - for (PCOrder order : lists) { - // 如果是完成订单,直接显示交易价格,否则计算应收取的价格 - if (order.getPrice() == null) { - if (order.getIsDiscount() == 0) { - order.setPrice(Float.parseFloat(df.format(order - .getFoodPrice() * order.getOrderCount()))); - } else { - order.setPrice(Float.parseFloat(df.format(order - .getDiscountPrice() * order.getOrderCount()))); - } - } - } - - JSONArray jsonArray = JSONArray.parseArray(JSON - .toJSONStringWithDateFormat(lists, "yyyy-MM-dd")); - - long totalCount = orderService.getPCSimpleOrdersCount(paramMap); - map.put("rows", jsonArray); - map.put("total", totalCount); - return map; - } - - /** - * 设置无效订单 - * - * @param togetherId - * @return - */ - @RequestMapping(value = "/setOrderInvalid", method = RequestMethod.POST) - public @ResponseBody Map setOrderInvalid( - @RequestParam String togetherId) { - Map resultMap = new HashMap(); - - try { - Map parameterMap = new HashMap<>(); - parameterMap.put("togetherId", togetherId); - - int flag = orderService.setOrderInvalid(parameterMap); - if (flag != -1) { - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "订单已取消"); - } else { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "订单取消失败,请重试"); - } - } catch (Exception e) { - e.printStackTrace(); - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "订单取消失败,请重试"); - } - - return resultMap; - } - - /** - * 获取某日订单所有订单详情 - * - * @param date - * @return - */ - @RequestMapping(value = "getOrdersByDate") - @ResponseBody - public Map getOrdersByDate(String date, - @RequestParam Integer campusId, Integer limit, Integer page) { - Map resultMap = new HashMap(); - DecimalFormat df = new DecimalFormat("####.00"); - - try { - if (date.equals("") || date.equals("null")) - date = null; - else - date = date.replace("年", "-").replace("月", "-") - .replace("日", ""); - Map paramMap = new HashMap(); - paramMap.put("date", date); - paramMap.put("campusId", campusId); - - if (page != null && limit != null) { - paramMap.put("limit", limit); - paramMap.put("offset", (page - 1) * limit); - } - - System.out.println(date); - List deliverOrders = orderService - .selectOrdersByDate(paramMap); - Float totalPrice = 0f; - for (DeliverOrder deliverOrder : deliverOrders) { - String togetherId = deliverOrder.getTogetherId(); - System.out.println(JSON.toJSON(deliverOrder.getTogetherDate())); - // 获取订单食品集 - paramMap.put("togetherId", togetherId); - List deliverChildOrders = orderService - .getAllChildOrders(paramMap); - Float priceFloat = 0f; - - // 获取该笔订单总价 - for (DeliverChildOrder deliverChildOrder : deliverChildOrders) { + List lists = orderService.getPCSimpleOrders(paramMap); + DecimalFormat df = new DecimalFormat("####.00"); + + for (PCOrder order : lists) { + // 如果是完成订单,直接显示交易价格,否则计算应收取的价格 + if (order.getPrice() == null) { + if (order.getIsDiscount() == 0) { + order.setPrice(Float.parseFloat(df.format(order + .getFoodPrice() * order.getOrderCount()))); + } else { + order.setPrice(Float.parseFloat(df.format(order + .getDiscountPrice() * order.getOrderCount()))); + } + } + } + + JSONArray jsonArray = JSONArray.parseArray(JSON + .toJSONStringWithDateFormat(lists, "yyyy-MM-dd")); + + long totalCount = orderService.getPCSimpleOrdersCount(paramMap); + map.put("rows", jsonArray); + map.put("total", totalCount); + return map; + } + + /** + * 设置无效订单 + * + * @param togetherId + * @return + */ + @RequestMapping(value = "/setOrderInvalid", method = RequestMethod.POST) + public @ResponseBody + Map setOrderInvalid( + @RequestParam String togetherId) { + Map resultMap = new HashMap(); + + try { + Map parameterMap = new HashMap<>(); + parameterMap.put("togetherId", togetherId); + + int flag = orderService.setOrderInvalid(parameterMap); + if (flag != -1) { + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "订单已取消"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "订单取消失败,请重试"); + } + } catch (Exception e) { + e.printStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "订单取消失败,请重试"); + } + + return resultMap; + } + + /** + * 获取某日订单所有订单详情 + * + * @param date + * @return + */ + @RequestMapping(value = "getOrdersByDate") + @ResponseBody + public Map getOrdersByDate(String date, + @RequestParam Integer campusId, Integer limit, Integer page) { + Map resultMap = new HashMap(); + DecimalFormat df = new DecimalFormat("####.00"); + + try { + if (date.equals("") || date.equals("null")) + date = null; + else + date = date.replace("年", "-").replace("月", "-") + .replace("日", ""); + Map paramMap = new HashMap(); + paramMap.put("date", date); + paramMap.put("campusId", campusId); + + if (page != null && limit != null) { + paramMap.put("limit", limit); + paramMap.put("offset", (page - 1) * limit); + } + + System.out.println(date); + List deliverOrders = orderService + .selectOrdersByDate(paramMap); + Float totalPrice = 0f; + for (DeliverOrder deliverOrder : deliverOrders) { + String togetherId = deliverOrder.getTogetherId(); + System.out.println(JSON.toJSON(deliverOrder.getTogetherDate())); + // 获取订单食品集 + paramMap.put("togetherId", togetherId); + List deliverChildOrders = orderService + .getAllChildOrders(paramMap); + Float priceFloat = 0f; + + // 获取该笔订单总价 + for (DeliverChildOrder deliverChildOrder : deliverChildOrders) { /*if (deliverChildOrder.getIsDiscount() == 0) { priceFloat += deliverChildOrder.getPrice() * deliverChildOrder.getOrderCount(); @@ -1032,557 +1037,580 @@ public Map getOrdersByDate(String date, priceFloat += deliverChildOrder.getDiscountPrice() * deliverChildOrder.getOrderCount(); }*/ - priceFloat+=deliverChildOrder.getPrice(); - } - totalPrice += priceFloat; - deliverOrder.setTotalPrice(Float.parseFloat(df - .format(priceFloat))); - deliverOrder.setOrderList(deliverChildOrders); - } - - resultMap.put("total_price", df.format(totalPrice)); - resultMap.put("counts", deliverOrders.size()); - resultMap.put("orderList", JSONArray.parse(JSON - .toJSONStringWithDateFormat(deliverOrders, - "yyyy-MM-dd HH:mm:ss"))); - - } catch (Exception e) { - e.printStackTrace(); - } - - return resultMap; - } - - /** - * 根据togetherId获取大订单信息 - * - * @param togetherId - */ - @RequestMapping("getBigOrderById") - @ResponseBody - public Map getBigOrderById(@RequestParam String togetherId) { - Map resultMap = new HashMap(); - Map paramMap = new HashMap(); - - Short status = 0; - paramMap.put("togetherId", togetherId); - BigOrder bigOrder = new BigOrder(); - bigOrder.setTogetherId(togetherId); - List orders = orderService.getOrdersById(paramMap); - - Integer campusId=orders.get(0).getCampusId(); - - String campusName=campusService.getCampusName(campusId); - - if (orders.size() > 0 && orders!= null) { - if (orders.get(0).getStatus() != 4) { - status = orders.get(0).getStatus(); - } else { - status = 5; - for (int i = 0; i < orders.size(); i++) { - if (orders.get(i).getIsRemarked() == 0) { - status = 4; - } - } - - } - Receiver receiver = receiverService.getReceiver(paramMap); - receiver.setAddress(campusName+receiver.getAddress()); - Date date = orders.get(0).getTogetherDate(); - bigOrder.setDate(date); - //System.out.println(orders.get(0).getPayWay()); - bigOrder.setPayWay(orders.get(0).getPayWay()); - - Float sum=orders.get(0).getTotalPrice(); - if(sum!=null) - { - DecimalFormat df = new DecimalFormat("0.0"); - bigOrder.setTotalPrice(df.format(sum)); - } - bigOrder.setOrders(orders); - bigOrder.setReceiver(receiver); - bigOrder.setStatus(status); - resultMap.put("BigOrder", - JSONArray.parse(JSON.toJSONStringWithDateFormat(bigOrder, - "yyyy-MM-dd HH:mm:ss"))); - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "获取大订单信息成功"); - } else { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "没有这个大订单"); - } - - return resultMap; - } - - /** - * 修改订单状态 - * @param orderId - * @param status - * @param togetherId - * @return - */ - @RequestMapping("modifyOrderStatus") - public @ResponseBody Map modifyOrderStatus( @RequestParam final String togetherId, @RequestParam Short status, Long orderId){ - Map resultMap = new HashMap(); - Map requestMap = new HashMap(); - - try { - requestMap.put("togetherId", togetherId); - requestMap.put("status", status); - final String userPhone=orderService.getUserPhone(requestMap); //获取用户手机号 - //final String adminPhone=orderService.getAdminPhone(requestMap); //获取配送员手机号 - Integer flag = null; - switch(status){ - case 0: - //购物车 - //flag = orderService.modifyOrderStatus(requestMap); - break; - case 1: - //待付款 - //flag = orderService.modifyOrderStatus(requestMap); - break; - case 2: - //待确认 - flag = orderService.modifyOrderStatus(requestMap); - break; - case 3: - //配送中 - flag = orderService.modifyOrderStatus(requestMap); - new Thread(() -> { //推送 - - pushService.sendPush(userPhone, - "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); + priceFloat += deliverChildOrder.getPrice(); + } + totalPrice += priceFloat; + deliverOrder.setTotalPrice(Float.parseFloat(df + .format(priceFloat))); + deliverOrder.setOrderList(deliverChildOrders); + } + + resultMap.put("total_price", df.format(totalPrice)); + resultMap.put("counts", deliverOrders.size()); + resultMap.put("orderList", JSONArray.parse(JSON + .toJSONStringWithDateFormat(deliverOrders, + "yyyy-MM-dd HH:mm:ss"))); + + } catch (Exception e) { + e.printStackTrace(); + } + + return resultMap; + } + + /** + * 根据togetherId获取大订单信息 + * + * @param togetherId + */ + @RequestMapping("getBigOrderById") + @ResponseBody + public Map getBigOrderById(@RequestParam String togetherId) { + Map resultMap = new HashMap(); + Map paramMap = new HashMap(); + + Short status = 0; + paramMap.put("togetherId", togetherId); + BigOrder bigOrder = new BigOrder(); + bigOrder.setTogetherId(togetherId); + List orders = orderService.getOrdersById(paramMap); + + Integer campusId = orders.get(0).getCampusId(); + + String campusName = campusService.getCampusName(campusId); + + if (orders.size() > 0 && orders != null) { + if (orders.get(0).getStatus() != 4) { + status = orders.get(0).getStatus(); + } else { + status = 5; + for (int i = 0; i < orders.size(); i++) { + if (orders.get(i).getIsRemarked() == 0) { + status = 4; + } + } + + } + Receiver receiver = receiverService.getReceiver(paramMap); + receiver.setAddress(campusName + receiver.getAddress()); + Date date = orders.get(0).getTogetherDate(); + bigOrder.setDate(date); + //System.out.println(orders.get(0).getPayWay()); + bigOrder.setPayWay(orders.get(0).getPayWay()); + + Float sum = orders.get(0).getTotalPrice(); + if (sum != null) { + DecimalFormat df = new DecimalFormat("0.0"); + bigOrder.setTotalPrice(df.format(sum)); + } + bigOrder.setOrders(orders); + bigOrder.setReceiver(receiver); + bigOrder.setStatus(status); + resultMap.put("BigOrder", + JSONArray.parse(JSON.toJSONStringWithDateFormat(bigOrder, + "yyyy-MM-dd HH:mm:ss"))); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "获取大订单信息成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "没有这个大订单"); + } + + return resultMap; + } + + /** + * 修改订单状态 + * + * @param orderId + * @param status + * @param togetherId + * @return + */ + @RequestMapping("modifyOrderStatus") + public @ResponseBody + Map modifyOrderStatus(@RequestParam final String togetherId, @RequestParam Short status, Long orderId) { + Map resultMap = new HashMap(); + Map requestMap = new HashMap(); + + try { + requestMap.put("togetherId", togetherId); + requestMap.put("status", status); + final String userPhone = orderService.getUserPhone(requestMap); //获取用户手机号 + //final String adminPhone=orderService.getAdminPhone(requestMap); //获取配送员手机号 + Integer flag = null; + switch (status) { + case 0: + //购物车 + //flag = orderService.modifyOrderStatus(requestMap); + break; + case 1: + //待付款 + //flag = orderService.modifyOrderStatus(requestMap); + break; + case 2: + //待确认 + flag = orderService.modifyOrderStatus(requestMap); + break; + case 3: + //配送中 + flag = orderService.modifyOrderStatus(requestMap); + new Thread(new Runnable() { + @Override + public void run() { + //推送 + + pushService.sendPush(userPhone, + "您有一笔订单正在配送中,请稍候。感谢您对For优的支持", 1); + + } + }).start(); + + break; + case 4: + //待评价 + flag = orderService.modifyOrderStatus(requestMap); + new Thread(new Runnable() { + @Override + public void run() { + //推送 + pushService.sendPush(userPhone, "您有一笔订单已经完成,赶快去评价吧。感谢您对For优的支持", 1); + } + }).start(); + + break; + case 5: + //小订单已完成 + requestMap.put("orderId", orderId); + requestMap.put("isRemarked", 1); + requestMap.put("status", 4); + flag = orderService.modifyOrderStatus(requestMap); + break; + default: + break; + } + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "更改状态成功"); + resultMap.put("flag", flag); + } catch (Exception e) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "更改状态失败"); + } + + return resultMap; + } + + + /** + * 删除订单(status=4) + * + * @param togetherId + */ + @RequestMapping("/deleteOrder") + public @ResponseBody + Map deleteOrder(@RequestParam String togetherId) { + Map resultMap = new HashMap(); + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + List orders = orderService.getOrdersById(paramMap); + if (orders.size() > 0) { + orderService.deleteOrder(paramMap); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "删除订单成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "订单不存在,删除订单失败"); + } + + return resultMap; + } + + /** + * 商品详情处立即购买 + * + * @param campusId + * @param phoneId + * @param foodId + * @param foodCount + * @return + */ + + @RequestMapping("/purchaseImmediately") + public @ResponseBody + Map purchaseImmediately( + @RequestParam Integer campusId, @RequestParam String phoneId, + @RequestParam Long foodId, @RequestParam Integer foodCount) { + Map resultMap = new HashMap(); + Map paramMap = new HashMap(); + + try { + Order order = new Order(campusId, phoneId, foodId, foodCount); + order.setStatus((short) 7); + paramMap.put("orderId", order.getOrderId()); + int flag = orderService.insertSelectiveOrder(order); + + if (flag == -1 || flag == 0) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "生成订单失败"); + } + + SmallOrder smallOrder = orderService.getOrderById(paramMap); + resultMap.put("order", smallOrder); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "订单详情:"); + } catch (Exception e) { + e.printStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "生成订单失败"); + } + return resultMap; + + } + + /** + * 根据id获取满减信息 + * + * @param preferentialId + * @return + */ + @RequestMapping("/getPreferentialById") + public @ResponseBody + Map getPreferentialById(@RequestParam Integer preferentialId) { + Map resultMap = new HashMap(); + Preferential preferential = orderService.getPreferentialById(preferentialId); + resultMap.put("preferential", preferential); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "获取成功"); + return resultMap; + } + + /** + * 获取满减信息 + * + * @return + */ + @RequestMapping("/getPreferentials") + public @ResponseBody + Map getPreferentialList(@RequestParam Integer campusId) { + Map paramMap = new HashMap(); + paramMap.put("campusId", campusId); + Map resultMap = new HashMap(); + List preferentials = orderService.getPreferential(paramMap); + resultMap.put("preferential", preferentials); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "获取成功"); + return resultMap; + } + + //获取客户端ip + public String getIpAddr(HttpServletRequest request) { + String ip = request.getHeader("x-forwarded-for"); + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("Proxy-Client-IP"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("WL-Proxy-Client-IP"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("HTTP_CLIENT_IP"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("HTTP_X_FORWARDED_FOR"); + } + if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { + ip = request.getRemoteAddr(); + } + return ip; + } + + /** + * 取消订单并退款 + * + * @param togetherId + * @return + */ + @RequestMapping("/cancelOrderWithRefund") + public @ResponseBody + Map cancelOrderWithRefund(@RequestParam String togetherId) { + Map map = new HashMap(); + + try { + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + + Integer flag = orderService.cancelOrderWithRefund(paramMap); + if (flag != -1) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "取消订单成功,退款受理中,请耐心等待"); + } else { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "取消订单失败,请重试"); + } + } catch (Exception e) { + map.put(Constants.STATUS, Constants.SUCCESS); + map.put(Constants.MESSAGE, "取消订单失败,请重试"); + } + + return map; + } + + /** + * 获取退款订单 + * + * @param campusId + * @return + */ + @RequestMapping("/getRefundOrder") + public @ResponseBody + JSONArray getRefundOrder(Integer campusId, Integer type) { + Map paramMap = new HashMap(); + + if (type == 1) { + paramMap.put("status", 10); + } else if (type == 0) { + paramMap.put("status", 9); + paramMap.put("campusId", campusId); + } + + List refundOrders = orderService.getPCOrders(paramMap); + System.out.println(refundOrders); + return JSONArray.parseArray(JSON.toJSONStringWithDateFormat(refundOrders, "yyyy-MM-dd")); + } + + /** + * 获取退款订单 + * + * @param campusId + * @return + */ + @RequestMapping("/getInvalideOrder") + public @ResponseBody + JSONArray getInvalidOrder(Integer campusId) { + Map paramMap = new HashMap(); - }).start(); - break; - case 4: - //待评价 - flag = orderService.modifyOrderStatus(requestMap); - new Thread(() -> { //推送 + paramMap.put("campusId", campusId); - pushService.sendPush(userPhone, - "您有一笔订单已经完成,赶快去评价吧。感谢您对For优的支持", 1); + List refundOrders = orderService.getPCInvalidOrders(paramMap); //PC获取无效订单 + return JSONArray.parseArray(JSON.toJSONStringWithDateFormat(refundOrders, "yyyy-MM-dd")); + } + + /** + * 取消退款 + * + * @return + */ + @RequestMapping("/cancelRefund") + public @ResponseBody + Map cancelRefund(@RequestParam String togetherId) { + Map resultMap = new HashMap<>(); + + try { + Map paramMap = new HashMap<>(); + paramMap.put("togetherId", togetherId); + + int flag = orderService.updateCancelRefund(paramMap); + + if (flag == -1) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "取消失败"); + } else { + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "取消成功"); + } + + } catch (Exception e) { + e.getStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "取消失败"); + } + + return resultMap; + } + + /** + * 总校区管理员确认退款 + * + * @param togetherId + * @param totalPrice + * @return + */ + @RequestMapping("/refund") + public @ResponseBody + Map refund(@RequestParam String togetherId, Float totalPrice) { + Map resultMap = new HashMap<>(); + + try { + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + + Float price = orderService.getTotalPriceByTogetherId(togetherId); + if (Math.abs(price - totalPrice) > 0.1) { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "退款失败"); + } else { + String chargeId = orderService.getChargeId(paramMap); + if (chargeId != null) { + Refund refund = ChargeInterface.Refund(chargeId, price); + if (refund != null) { + resultMap.put("refund", refund); + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "操作成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "操作失败"); + } + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "操作失败"); + } + } + } catch (Exception e) { + e.getStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "退款失败"); + } + + return resultMap; + } + + /** + * 校区管理员确认退款 + * + * @param togetherId s * @return + */ + @RequestMapping("/confirmRefund") + public @ResponseBody + Map confirmRefund(String togetherId) { + Map resultMap = new HashMap<>(); + + try { + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + int flag = orderService.updateRefundStatus(paramMap); //将状态置为10 + if (flag != -1) { + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "修改成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "修改失败"); + } + } catch (Exception e) { + e.getStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "修改失败"); + } + + return resultMap; + } + + /** + * 获取销量和销售额 + * + * @param campusId + * @return + */ + @RequestMapping("getSalesInfoByCampusId") + @ResponseBody + public JSONArray getSalesByDate(@RequestParam Integer campusId, String month) { + Map paramMap = new HashMap(); + + Date dateStart; + Date dateEnd; + List tradeList = new ArrayList(); + + paramMap.put("campusId", campusId); + //System.out.println("month="+month); + //如果month不为空,说明切换了月份;但是注意month为本月的时候,此时是下面的情况 + if (month != null && !month.equals(null) && !month.equals("") && !CalendarTool.checkIsThisMonth(month)) { + Map dateMap = CalendarTool.getFirstAndLastDayOfMonth(month); + dateStart = dateMap.get("monthStart"); + dateEnd = dateMap.get("monthEnd"); + paramMap.put("dateStart", dateStart); + paramMap.put("dateEnd", dateEnd); + TradeInfo monthInfo = new TradeInfo(); + monthInfo.setInfoDateType("当月"); + monthInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 + monthInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 + paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 + monthInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 + paramMap.put("payWay", 2); + monthInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + tradeList.add(monthInfo); + return (JSONArray) JSON.toJSON(tradeList); + } + + //当天订单数、销售额- + dateStart = CalendarTool.getTodayStart(); + dateEnd = CalendarTool.getTodayEnd(); + paramMap.put("dateStart", dateStart); + paramMap.put("dateEnd", dateEnd); + TradeInfo todayInfo = new TradeInfo(); + todayInfo.setInfoDateType("今天"); + todayInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap)); //获取指定时间段和指定校区的订单总数 + todayInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap)); //获取指定时间段和指定校区的订单交易额 + paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 + todayInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + paramMap.put("payWay", 2); + todayInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + tradeList.add(todayInfo); + paramMap.remove("payWay"); + + //本周订单数、销售额 + dateStart = CalendarTool.getMondayOfThisWeek(); + dateEnd = CalendarTool.getSundayOfThisWeek(); + paramMap.put("dateStart", dateStart); + paramMap.put("dateEnd", dateEnd); + TradeInfo weekInfo = new TradeInfo(); + weekInfo.setInfoDateType("本周"); + weekInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 + weekInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 + paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 + weekInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 + paramMap.put("payWay", 2); + weekInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + tradeList.add(weekInfo); + paramMap.remove("payWay"); + + //本月订单数、销售额 + dateStart = CalendarTool.getFirstDayOfThisMonth(); + dateEnd = CalendarTool.getLastDayOfThisMonth(); + paramMap.put("dateStart", dateStart); + paramMap.put("dateEnd", dateEnd); + TradeInfo monthInfo = new TradeInfo(); + monthInfo.setInfoDateType("本月"); + monthInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 + monthInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 + paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 + monthInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 + paramMap.put("payWay", 2); + monthInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 + tradeList.add(monthInfo); + + return (JSONArray) JSON.toJSON(tradeList); + } + + @RequestMapping("/deleteOrderTrue") + @ResponseBody + public Map deleteOrderTrue(@RequestParam String togetherId) { + Map resultMap = new HashMap(); + try { + Map paramMap = new HashMap(); + paramMap.put("togetherId", togetherId); + int flag = orderService.deleteOrderTrue(paramMap); + if (flag != -1) { + resultMap.put(Constants.STATUS, Constants.SUCCESS); + resultMap.put(Constants.MESSAGE, "删除成功"); + } else { + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "删除失败"); + } + } catch (Exception e) { + e.getStackTrace(); + resultMap.put(Constants.STATUS, Constants.FAILURE); + resultMap.put(Constants.MESSAGE, "删除失败"); + } + + return resultMap; + } - }).start(); - break; - case 5: - //小订单已完成 - requestMap.put("orderId", orderId); - requestMap.put("isRemarked", 1); - requestMap.put("status", 4); - flag = orderService.modifyOrderStatus(requestMap); - break; - default: - break; - } - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "更改状态成功"); - resultMap.put("flag", flag); - } catch (Exception e) { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "更改状态失败"); - } - - return resultMap; - } - - - /** - * 删除订单(status=4) - *@param togetherId - */ - @RequestMapping("/deleteOrder") - public @ResponseBody Map deleteOrder(@RequestParam String togetherId) - { - Map resultMap = new HashMap(); - Map paramMap = new HashMap(); - paramMap.put("togetherId", togetherId); - List orders=orderService.getOrdersById(paramMap); - if(orders.size() > 0) - { - orderService.deleteOrder(paramMap); - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "删除订单成功"); - } else { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "订单不存在,删除订单失败"); - } - - return resultMap; - } - - /** - * 商品详情处立即购买 - * @param campusId - * @param phoneId - * @param foodId - * @param foodCount - * @return - */ - - @RequestMapping("/purchaseImmediately") - public @ResponseBody Map purchaseImmediately( - @RequestParam Integer campusId, @RequestParam String phoneId, - @RequestParam Long foodId, @RequestParam Integer foodCount) - { - Map resultMap = new HashMap(); - Map paramMap = new HashMap(); - - try { - Order order = new Order(campusId, phoneId, foodId, foodCount); - order.setStatus((short)7); - paramMap.put("orderId",order.getOrderId()); - int flag = orderService.insertSelectiveOrder(order); - - if (flag == -1 || flag == 0) { - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "生成订单失败"); - } - - SmallOrder smallOrder=orderService.getOrderById(paramMap); - resultMap.put("order", smallOrder); - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE, "订单详情:"); - } catch (Exception e) { - e.printStackTrace(); - resultMap.put(Constants.STATUS, Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "生成订单失败"); - } - return resultMap; - - } - - /** - * 根据id获取满减信息 - * @param preferentialId - * @return - */ - @RequestMapping("/getPreferentialById") - public @ResponseBody Map getPreferentialById(@RequestParam Integer preferentialId) - { - Map resultMap = new HashMap(); - Preferential preferential=orderService.getPreferentialById(preferentialId); - resultMap.put("preferential",preferential); - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"获取成功"); - return resultMap; - } - - /** - * 获取满减信息 - * @return - */ - @RequestMapping("/getPreferentials") - public @ResponseBody Map getPreferentialList(@RequestParam Integer campusId) - { - Map paramMap = new HashMap(); - paramMap.put("campusId", campusId); - Map resultMap = new HashMap(); - List preferentials=orderService.getPreferential(paramMap); - resultMap.put("preferential",preferentials); - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"获取成功"); - return resultMap; - } - - //获取客户端ip - public String getIpAddr(HttpServletRequest request){ - String ip = request.getHeader("x-forwarded-for"); - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getHeader("Proxy-Client-IP"); - } - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getHeader("WL-Proxy-Client-IP"); - } - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getHeader("HTTP_CLIENT_IP"); - } - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getHeader("HTTP_X_FORWARDED_FOR"); - } - if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) { - ip = request.getRemoteAddr(); - } - return ip; - } - - /** - * 取消订单并退款 - * @param togetherId - * @return - */ - @RequestMapping("/cancelOrderWithRefund") - public @ResponseBody Map cancelOrderWithRefund(@RequestParam String togetherId){ - Map map=new HashMap(); - - try { - Map paramMap=new HashMap(); - paramMap.put("togetherId", togetherId); - - Integer flag=orderService.cancelOrderWithRefund(paramMap); - if(flag!=-1){ - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE,"取消订单成功,退款受理中,请耐心等待"); - }else{ - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE,"取消订单失败,请重试"); - } - } catch (Exception e) { - map.put(Constants.STATUS, Constants.SUCCESS); - map.put(Constants.MESSAGE,"取消订单失败,请重试"); - } - - return map; - } - - /** - * 获取退款订单 - * @param campusId - * @return - */ - @RequestMapping("/getRefundOrder") - public @ResponseBody JSONArray getRefundOrder(Integer campusId,Integer type){ - Map paramMap=new HashMap(); - - if(type==1){ - paramMap.put("status",10); - }else if(type==0){ - paramMap.put("status", 9); - paramMap.put("campusId",campusId); - } - - List refundOrders=orderService.getPCOrders(paramMap); - System.out.println(refundOrders); - return JSONArray.parseArray(JSON.toJSONStringWithDateFormat(refundOrders, "yyyy-MM-dd")); - } - - /** - * 获取退款订单 - * @param campusId - * @return - */ - @RequestMapping("/getInvalideOrder") - public @ResponseBody JSONArray getInvalidOrder(Integer campusId){ - Map paramMap=new HashMap(); - - paramMap.put("campusId",campusId); - - List refundOrders=orderService.getPCInvalidOrders(paramMap); //PC获取无效订单 - return JSONArray.parseArray(JSON.toJSONStringWithDateFormat(refundOrders, "yyyy-MM-dd")); - } - - /** - * 取消退款 - * @return - */ - @RequestMapping("/cancelRefund") - public @ResponseBody Map cancelRefund(@RequestParam String togetherId){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap<>(); - paramMap.put("togetherId",togetherId); - - int flag=orderService.updateCancelRefund(paramMap); - - if(flag==-1){ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"取消失败"); - }else{ - resultMap.put(Constants.STATUS, Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"取消成功"); - } - - } catch (Exception e) { - e.getStackTrace(); - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"取消失败"); - } - - return resultMap; - } - - /** - * 总校区管理员确认退款 - * @param togetherId - * @param totalPrice - * @return - */ - @RequestMapping("/refund") - public @ResponseBody Map refund(@RequestParam String togetherId,Float totalPrice){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap(); - paramMap.put("togetherId", togetherId); - - Float price=orderService.getTotalPriceByTogetherId(togetherId); - if(Math.abs(price-totalPrice)>0.1){ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"退款失败"); - }else{ - String chargeId=orderService.getChargeId(paramMap); - if(chargeId!=null){ - Refund refund=ChargeInterface.Refund(chargeId, price); - if(refund!=null){ - resultMap.put("refund", refund); - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"操作成功"); - }else{ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"操作失败"); - } - }else{ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"操作失败"); - } - } - } catch (Exception e) { - e.getStackTrace(); - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"退款失败"); - } - - return resultMap; - } - - /** - * 校区管理员确认退款 - * @param togetherId -s * @return - */ - @RequestMapping("/confirmRefund") - public @ResponseBody Map confirmRefund(String togetherId){ - Map resultMap=new HashMap<>(); - - try { - Map paramMap=new HashMap(); - paramMap.put("togetherId", togetherId); - int flag=orderService.updateRefundStatus(paramMap); //将状态置为10 - if(flag!=-1){ - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"修改成功"); - }else{ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "修改失败"); - } - } catch (Exception e) { - e.getStackTrace(); - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE,"修改失败"); - } - - return resultMap; - } - - /** - * 获取销量和销售额 - * @param campusId - * @return - */ - @RequestMapping("getSalesInfoByCampusId") - @ResponseBody - public JSONArray getSalesByDate(@RequestParam Integer campusId, String month){ - Map paramMap=new HashMap(); - - Date dateStart; - Date dateEnd; - List tradeList = new ArrayList(); - - paramMap.put("campusId", campusId); - //System.out.println("month="+month); - //如果month不为空,说明切换了月份;但是注意month为本月的时候,此时是下面的情况 - if(month!=null&&!month.equals(null)&&!month.equals("")&&!CalendarTool.checkIsThisMonth(month)){ - Map dateMap = CalendarTool.getFirstAndLastDayOfMonth(month); - dateStart = dateMap.get("monthStart"); - dateEnd = dateMap.get("monthEnd"); - paramMap.put("dateStart", dateStart); - paramMap.put("dateEnd", dateEnd); - TradeInfo monthInfo = new TradeInfo(); - monthInfo.setInfoDateType("当月"); - monthInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 - monthInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 - paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 - monthInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 - paramMap.put("payWay", 2); - monthInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - tradeList.add(monthInfo); - return (JSONArray)JSON.toJSON(tradeList); - } - - //当天订单数、销售额- - dateStart = CalendarTool.getTodayStart(); - dateEnd = CalendarTool.getTodayEnd(); - paramMap.put("dateStart", dateStart); - paramMap.put("dateEnd", dateEnd); - TradeInfo todayInfo = new TradeInfo(); - todayInfo.setInfoDateType("今天"); - todayInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap)); //获取指定时间段和指定校区的订单总数 - todayInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap)); //获取指定时间段和指定校区的订单交易额 - paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 - todayInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - paramMap.put("payWay", 2); - todayInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - tradeList.add(todayInfo); - paramMap.remove("payWay"); - - //本周订单数、销售额 - dateStart = CalendarTool.getMondayOfThisWeek(); - dateEnd = CalendarTool.getSundayOfThisWeek(); - paramMap.put("dateStart", dateStart); - paramMap.put("dateEnd", dateEnd); - TradeInfo weekInfo = new TradeInfo(); - weekInfo.setInfoDateType("本周"); - weekInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 - weekInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 - paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 - weekInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 - paramMap.put("payWay", 2); - weekInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - tradeList.add(weekInfo); - paramMap.remove("payWay"); - - //本月订单数、销售额 - dateStart = CalendarTool.getFirstDayOfThisMonth(); - dateEnd = CalendarTool.getLastDayOfThisMonth(); - paramMap.put("dateStart", dateStart); - paramMap.put("dateEnd", dateEnd); - TradeInfo monthInfo = new TradeInfo(); - monthInfo.setInfoDateType("本月"); - monthInfo.setOrderCount(orderService.getSalesInfoByCampusId(paramMap));//获取指定时间段和指定校区的订单总数 - monthInfo.setTradeVolume(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段和指定校区的订单交易额 - paramMap.put("payWay", 1); //payWay:0,没有; 1,支付宝; 2,微信 - monthInfo.setTradeVolumeAliPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区和指定支付方式的订单交易额 - paramMap.put("payWay", 2); - monthInfo.setTradeVolumeWeChatPay(orderService.getTradeVolumeByCampusId(paramMap));//获取指定时间段、指定校区、指定支付方式的订单交易额 - tradeList.add(monthInfo); - - return (JSONArray)JSON.toJSON(tradeList); - } - - @RequestMapping("/deleteOrderTrue") - @ResponseBody - public Map deleteOrderTrue(@RequestParam String togetherId){ - Map resultMap=new HashMap(); - try { - Map paramMap=new HashMap(); - paramMap.put("togetherId",togetherId); - int flag=orderService.deleteOrderTrue(paramMap); - if(flag!=-1){ - resultMap.put(Constants.STATUS,Constants.SUCCESS); - resultMap.put(Constants.MESSAGE,"删除成功"); - }else{ - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "删除失败"); - } - } catch (Exception e) { - e.getStackTrace(); - resultMap.put(Constants.STATUS,Constants.FAILURE); - resultMap.put(Constants.MESSAGE, "删除失败"); - } - - return resultMap; - } - } diff --git a/src/main/java/com/changyu/foryou/controller/PayController.java b/src/main/java/com/changyu/foryou/controller/PayController.java index 47520ab..073dcf8 100644 --- a/src/main/java/com/changyu/foryou/controller/PayController.java +++ b/src/main/java/com/changyu/foryou/controller/PayController.java @@ -25,120 +25,127 @@ @Controller @RequestMapping("/pay") public class PayController { - @Autowired - private OrderService orderService; - @Autowired + @Autowired + private OrderService orderService; + @Autowired private UserService userService; @Autowired private PushService pushService; @Autowired private FoodService foodService; - + private static final Logger LOGGER = Logger - .getLogger(PayController.class); - - @RequestMapping("/webHooksForPayAndRefund") - public void webHooksForPaySuccess(HttpServletRequest request, HttpServletResponse response) throws IOException, AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException{ - request.setCharacterEncoding("UTF8"); - - //获取头部所有信息 - Enumeration headerNames = request.getHeaderNames(); - while (headerNames.hasMoreElements()) { - String key = (String) headerNames.nextElement(); - String value = request.getHeader(key); - System.out.println(key+" "+value); - } - // 获得 http body 内容 - BufferedReader reader = request.getReader(); - StringBuffer buffer = new StringBuffer(); - String string; - while ((string = reader.readLine()) != null) { - buffer.append(string); - } - reader.close(); - // 解析异步通知数据 - Event event = Webhooks.eventParse(buffer.toString()); - if ("charge.succeeded".equals(event.getType())) { //支付成功的回调 - doPaySuccess(buffer.toString()); //事务处理 - response.setStatus(200); - } else if ("refund.succeeded".equals(event.getType())) { //退款的回调 - doRefundSuccess(buffer.toString()); //退款事务处理 - response.setStatus(200); - } else { - response.setStatus(500); - } - } - - - /** - * 退款操作 - * @param buffer - * @return - */ - private int doRefundSuccess(String buffer) { - Refund refund = (Refund)Webhooks.parseEvnet(buffer); - LOGGER.info(JSON.toJSONString(refund)); - - Map paramMap=new HashMap(); - - String togetherId=refund.getOrderNo(); - paramMap.put("togetherId",togetherId); - final double price=refund.getAmount()*1.0/100; - - Integer flag=orderService.updateOrderStatusRefundSuccess(paramMap); - final String phone=orderService.getUserPhone(paramMap); //根据订单号获取用户手机号 - //开启极光推送,通知用户退款成功 - new Thread(() -> { //向超级管理员推送,让其分发订单 - - //推送 - pushService.sendPush(phone,"您的一笔金额为"+price+"的订单已经退回到您的账户中,请及时查看。For优。", 5); + .getLogger(PayController.class); + + @RequestMapping("/webHooksForPayAndRefund") + public void webHooksForPaySuccess(HttpServletRequest request, HttpServletResponse response) throws IOException, AuthenticationException, InvalidRequestException, APIConnectionException, APIException, ChannelException { + request.setCharacterEncoding("UTF8"); + + //获取头部所有信息 + Enumeration headerNames = request.getHeaderNames(); + while (headerNames.hasMoreElements()) { + String key = (String) headerNames.nextElement(); + String value = request.getHeader(key); + System.out.println(key + " " + value); + } + // 获得 http body 内容 + BufferedReader reader = request.getReader(); + StringBuffer buffer = new StringBuffer(); + String string; + while ((string = reader.readLine()) != null) { + buffer.append(string); + } + reader.close(); + // 解析异步通知数据 + Event event = Webhooks.eventParse(buffer.toString()); + if ("charge.succeeded".equals(event.getType())) { //支付成功的回调 + doPaySuccess(buffer.toString()); //事务处理 + response.setStatus(200); + } else if ("refund.succeeded".equals(event.getType())) { //退款的回调 + doRefundSuccess(buffer.toString()); //退款事务处理 + response.setStatus(200); + } else { + response.setStatus(500); + } + } + + /** + * 退款操作 + * + * @param buffer + * @return + */ + private int doRefundSuccess(String buffer) { + Refund refund = (Refund) Webhooks.parseEvnet(buffer); + LOGGER.info(JSON.toJSONString(refund)); + + Map paramMap = new HashMap(); + + String togetherId = refund.getOrderNo(); + paramMap.put("togetherId", togetherId); + final double price = refund.getAmount() * 1.0 / 100; + + Integer flag = orderService.updateOrderStatusRefundSuccess(paramMap); + final String phone = orderService.getUserPhone(paramMap); //根据订单号获取用户手机号 + //开启极光推送,通知用户退款成功 + new Thread(new Runnable() { + @Override + public void run() { + //推送 + pushService.sendPush(phone, "您的一笔金额为" + price + "的订单已经退回到您的账户中,请及时查看。For优。", 5); + } }).start(); - - return flag; - } - - /**支付成功**/ - public int doPaySuccess(String buffer){ - Charge charge = (Charge)Webhooks.parseEvnet(buffer); - - //System.out.println(JSON.toJSONString(charge)); - //获得charge对象 - Map paramMap=new HashMap(); - - String chargeId=charge.getId(); - paramMap.put("togetherId",charge.getOrderNo()); - paramMap.put("amount",charge.getAmount()*1.0/100); - paramMap.put("chargeId",chargeId); - System.out.println(paramMap); - int flag=orderService.updateOrderStatusAndAmount(paramMap); //支付完成后更新订单状态以及更新价格 ,以及chargeId - - List orders = orderService.getAllOrdersByTogetherId(charge.getOrderNo()); // 获取该笔订单的消息 - for(Order order:orders){ - paramMap.put("foodId", order.getFoodId()); - paramMap.put("orderCount", order.getOrderCount()); - paramMap.put("campusId",order.getCampusId()); - foodService.changeFoodCount(paramMap); // 增加销量,减少存货 - } - - final Integer campusId=orderService.getCampusIdByTogetherId(paramMap); - // 开启线程去访问极光推送 - - new Thread(() -> { //向超级管理员推送,让其分发订单 - - //推送 - //pushService.sendPushByTag("0","一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。For优。", 1); - - Map paramterMap=new HashMap(); - paramterMap.put("campusId",campusId); - List superPhones=userService.getAllSuperAdminPhone(paramterMap); - for(String phone:superPhones){ + + return flag; + } + + /** + * 支付成功 + **/ + public int doPaySuccess(String buffer) { + Charge charge = (Charge) Webhooks.parseEvnet(buffer); + + //获得charge对象 + Map paramMap = new HashMap<>(); + + String chargeId = charge.getId(); + paramMap.put("togetherId", charge.getOrderNo()); + paramMap.put("amount", charge.getAmount() * 1.0 / 100); + paramMap.put("chargeId", chargeId); + System.out.println(paramMap); + int flag = orderService.updateOrderStatusAndAmount(paramMap); //支付完成后更新订单状态以及更新价格 ,以及chargeId + + List orders = orderService.getAllOrdersByTogetherId(charge.getOrderNo()); // 获取该笔订单的消息 + for (Order order : orders) { + paramMap.put("foodId", order.getFoodId()); + paramMap.put("orderCount", order.getOrderCount()); + paramMap.put("campusId", order.getCampusId()); + foodService.changeFoodCount(paramMap); // 增加销量,减少存货 + } + + final Integer campusId = orderService.getCampusIdByTogetherId(paramMap); + // 开启线程去访问极光推送 + + new Thread(new Runnable() { + @Override + public void run() { + //向超级管理员推送,让其分发订单 //推送 - pushService.sendPush(phone,"一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。for优。", 1); + //pushService.sendPushByTag("0","一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。For优。", 1); + + Map parameterMap = new HashMap<>(); + parameterMap.put("campusId", campusId); + List superPhones = userService.getAllSuperAdminPhone(parameterMap); + for (String phone : superPhones) { + //推送 + pushService.sendPush(phone, "一笔新的订单已经到达,请前往选单中查看,并尽早分派配送员进行配送。for优。", 1); + } } }).start(); - return flag; - } - + + return flag; + } + } From b5f38196547c0c1609b05be51baba1de154b1377 Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Mon, 23 Sep 2019 10:30:34 +0800 Subject: [PATCH 6/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9fastjson=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../foryou/{PortraitApplication.java => Application.java} | 6 +++--- src/main/java/com/changyu/foryou/config/MybatisConfig.java | 3 ++- src/main/resources/application.properties | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) rename src/main/java/com/changyu/foryou/{PortraitApplication.java => Application.java} (87%) diff --git a/pom.xml b/pom.xml index 3ba9f2c..72fe2c3 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ com.alibaba fastjson - 1.1.26 + 1.2.61 diff --git a/src/main/java/com/changyu/foryou/PortraitApplication.java b/src/main/java/com/changyu/foryou/Application.java similarity index 87% rename from src/main/java/com/changyu/foryou/PortraitApplication.java rename to src/main/java/com/changyu/foryou/Application.java index 7bd7b2e..39b8292 100644 --- a/src/main/java/com/changyu/foryou/PortraitApplication.java +++ b/src/main/java/com/changyu/foryou/Application.java @@ -12,7 +12,7 @@ @SpringBootApplication @PropertySource("application.properties") -public class PortraitApplication extends SpringBootServletInitializer { +public class Application extends SpringBootServletInitializer { @Bean public MultipartConfigElement multipartConfigElement() { @@ -29,10 +29,10 @@ public MultipartConfigElement multipartConfigElement() { @Override protected SpringApplicationBuilder configure(SpringApplicationBuilder application) { - return application.sources(PortraitApplication.class); + return application.sources(Application.class); } public static void main(String[] args) { - SpringApplication.run(PortraitApplication.class, args); + SpringApplication.run(Application.class, args); } } diff --git a/src/main/java/com/changyu/foryou/config/MybatisConfig.java b/src/main/java/com/changyu/foryou/config/MybatisConfig.java index 793d138..52a9e2d 100644 --- a/src/main/java/com/changyu/foryou/config/MybatisConfig.java +++ b/src/main/java/com/changyu/foryou/config/MybatisConfig.java @@ -1,7 +1,6 @@ package com.changyu.foryou.config; import com.alibaba.druid.pool.DruidDataSource; -import com.mysql.cj.jdbc.Driver; import org.mybatis.spring.SqlSessionFactoryBean; import org.mybatis.spring.mapper.MapperScannerConfigurer; import org.springframework.context.annotation.Bean; @@ -14,6 +13,8 @@ import org.springframework.jdbc.datasource.DataSourceTransactionManager; import org.springframework.transaction.annotation.EnableTransactionManagement; +import com.mysql.jdbc.Driver; + /** * Created by zhengzh on 2016/8/17. */ diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e075af6..903b73c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ #mybatis -mybatis.type-aliases-package=com.nawaa.portrait.models +mybatis.type-aliases-package=com.changyu.foryou.model mybatis.mapper-locations=classpath:com/changyu/foryou/mapping/*.xml mybatis.configuration.map-underscore-to-camel-case=false mybatis.configuration.default-fetch-size=10 @@ -11,7 +11,7 @@ mybatis.config-location=classpath:mybatis.xml spring.datasource.url=jdbc:mysql://localhost:3306/foryou?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&nullNamePatternMatchesAll=true spring.datasource.name=foryou spring.datasource.username=root -spring.datasource.password=zc0829 +spring.datasource.password=****** validationQuery=SELECT 1 server.port=8080 \ No newline at end of file From 11a5bac8f4ba1c17e4bc1b27cad6d24868500e3a Mon Sep 17 00:00:00 2001 From: zhengzhihao Date: Mon, 23 Sep 2019 10:37:30 +0800 Subject: [PATCH 7/7] =?UTF-8?q?=E6=9B=B4=E6=96=B0fileupload=20jar=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 72fe2c3..69f6c3d 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ commons-fileupload commons-fileupload - 1.2.2 + 1.3.3 commons-io